Show More
@@ -43,8 +43,8 b' doc:' | |||||
43 |
|
43 | |||
44 | clean: |
|
44 | clean: | |
45 | -$(PYTHON) setup.py clean --all # ignore errors from this command |
|
45 | -$(PYTHON) setup.py clean --all # ignore errors from this command | |
46 | find . -name '*.py[cdo]' -exec rm -f '{}' ';' |
|
46 | find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' | |
47 |
rm -f MANIFEST mercurial/__version__.py |
|
47 | rm -f MANIFEST mercurial/__version__.py tests/*.err | |
48 | rm -rf mercurial/locale |
|
48 | rm -rf mercurial/locale | |
49 | $(MAKE) -C doc clean |
|
49 | $(MAKE) -C doc clean | |
50 |
|
50 |
General Comments 0
You need to be logged in to leave comments.
Login now