# HG changeset patch # User Sean Farley # Date 1460746317 25200 # Node ID 1828f13b13b1225da5dd635075872293afccda0e # Parent ef5553fab197d87a523e7a2a8c6c031c413cb18c make: add forgotten hgext3rd to clean rule diff -r ef5553fab197 -r 1828f13b13b1 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