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