##// END OF EJS Templates
make: add chg to clean rule
Sean Farley -
r28974:ef5553fa default
parent child Browse files
Show More
@@ -67,6 +67,7 b' clean:'
67 if test -d .hg; then rm -f mercurial/__version__.py; fi
67 if test -d .hg; then rm -f mercurial/__version__.py; fi
68 rm -rf build mercurial/locale
68 rm -rf build mercurial/locale
69 $(MAKE) -C doc clean
69 $(MAKE) -C doc clean
70 $(MAKE) -C contrib/chg distclean
70
71
71 install: install-bin install-doc
72 install: install-bin install-doc
72
73
General Comments 0
You need to be logged in to leave comments. Login now