[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [bridgedb/master] Add uninstall directive to the Makefile.



commit 4c6c44786380d101f0cd8105aca4cfcee8ec3fd4
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date:   Mon Aug 19 17:33:20 2013 +0000

    Add uninstall directive to the Makefile.
---
 Makefile |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 25e624c..6812422 100644
--- a/Makefile
+++ b/Makefile
@@ -9,3 +9,7 @@ test:
 
 install:
 	python setup.py install --record installed-files.txt
+
+uninstall:
+	touch installed-files.txt
+	cat installed-files.txt | xargs rm -rf



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits