##// END OF EJS Templates
Makefile: remove *.pyd files on "make clean".
Markus F.X.J. Oberhumer -
r4707:3fd4dde3 default
parent child Browse files
Show More
@@ -35,7 +35,7 b' doc:'
35
35
36 clean:
36 clean:
37 -$(PYTHON) setup.py clean --all # ignore errors of this command
37 -$(PYTHON) setup.py clean --all # ignore errors of this command
38 find . -name '*.py[co]' -exec rm -f '{}' ';'
38 find . -name '*.py[cdo]' -exec rm -f '{}' ';'
39 rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err
39 rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err
40 $(MAKE) -C doc clean
40 $(MAKE) -C doc clean
41
41
General Comments 0
You need to be logged in to leave comments. Login now