Makefile
changeset 44201 64e104ca555e
parent 43736 640bae94f2f3
child 45350 1c8e3c17c702
--- a/Makefile	Thu Jan 23 15:44:30 2020 -0800
+++ b/Makefile	Tue Jan 28 22:35:08 2020 -0500
@@ -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 '{}' ';'