commit 4c6c44786380d101f0cd8105aca4cfcee8ec3fd4 Author: Isis Lovecruft isis@torproject.org 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