changeset 4707 | 3fd4dde37628 |
parent 4706 | f0aa759b8f93 |
child 7648 | 02e358a3a8a7 |
--- a/Makefile Mon Jun 25 14:46:20 2007 +0200 +++ b/Makefile Mon Jun 25 14:46:20 2007 +0200 @@ -35,7 +35,7 @@ clean: -$(PYTHON) setup.py clean --all # ignore errors of this command - find . -name '*.py[co]' -exec rm -f '{}' ';' + find . -name '*.py[cdo]' -exec rm -f '{}' ';' rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err $(MAKE) -C doc clean