make: add forgotten hgext3rd to clean rule
authorSean Farley <sean@farley.io>
Fri, 15 Apr 2016 11:51:57 -0700
changeset 28975 1828f13b13b1
parent 28974 ef5553fab197
child 28976 9fb2e8c8f320
make: add forgotten hgext3rd to clean rule
Makefile
--- a/Makefile	Fri Apr 15 11:51:41 2016 -0700
+++ b/Makefile	Fri Apr 15 11:51:57 2016 -0700
@@ -59,7 +59,7 @@
 
 clean:
 	-$(PYTHON) setup.py clean --all # ignore errors from this command
-	find contrib doc hgext i18n mercurial tests \
+	find contrib doc hgext hgext3rd i18n mercurial tests \
 		\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
 	rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py)))
 	rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err