commit a47245cc4831615c63e433e4b3ef43dfc2fac8d6 Author: Isis Lovecruft isis@torproject.org Date: Tue Nov 5 08:41:33 2013 +0000
Add a 'clean' directive to the Makefile. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/Makefile b/Makefile index 29aed8f..4c49a9b 100644 --- a/Makefile +++ b/Makefile @@ -33,3 +33,9 @@ reinstall: uninstall force-install
translations: ./maint/get-completed-translations + +clean: + -rm -rf build + -rm -rf dist + -rm -rf lib/bridgedb.egg-info + -rm -rf _trial_temp
tor-commits@lists.torproject.org