Makefile
changeset 4707 3fd4dde37628
parent 4706 f0aa759b8f93
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ doc:
 
 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