##// END OF EJS Templates
make: also delete hg.exe when cleaning...
Matt Harbison -
r44662:dd0226d0 default draft
parent child Browse files
Show More
@@ -64,6 +64,7 b' doc:'
64 $(MAKE) -C doc
64 $(MAKE) -C doc
65
65
66 cleanbutpackages:
66 cleanbutpackages:
67 rm -f hg.exe
67 -$(PYTHON) setup.py clean --all # ignore errors from this command
68 -$(PYTHON) setup.py clean --all # ignore errors from this command
68 find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
69 find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
69 \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
70 \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
General Comments 0
You need to be logged in to leave comments. Login now