[tor-commits] [bridgedb/master] Add a 'clean' directive to the Makefile.
isis at torproject.org
isis at torproject.org
Sun Jan 12 06:06:31 UTC 2014
commit a47245cc4831615c63e433e4b3ef43dfc2fac8d6
Author: Isis Lovecruft <isis at 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
More information about the tor-commits
mailing list