# HG changeset patch # User Georges Racinet # Date 1543943023 0 # Node ID 9072a890e5233953896e1579250b561151bdc87d # Parent 70976974c14a929acc4f73bf672c57d53fad6810 rust: make clean takes care of rust/target This isn't the prettiest way of doing it, but it doesn't require looking up cargo, or wondering whether that should be part of setup.py clean. Differential Revision: https://phab.mercurial-scm.org/D5369 diff -r 70976974c14a -r 9072a890e523 Makefile --- a/Makefile Tue Dec 04 14:01:13 2018 +0000 +++ b/Makefile Tue Dec 04 17:03:43 2018 +0000 @@ -72,6 +72,7 @@ rm -rf build mercurial/locale $(MAKE) -C doc clean $(MAKE) -C contrib/chg distclean + rm -rf rust/target clean: cleanbutpackages rm -rf packages