Makefile
branchstable
changeset 44729 26ce8e751503
parent 44201 64e104ca555e
child 45350 1c8e3c17c702
--- a/Makefile	Mon Apr 13 16:30:13 2020 +0300
+++ b/Makefile	Thu Apr 16 22:51:09 2020 +0530
@@ -64,6 +64,7 @@
 	$(MAKE) -C doc
 
 cleanbutpackages:
+	rm -f hg.exe
 	-$(PYTHON) setup.py clean --all # ignore errors from this command
 	find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
 		\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'