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

12 Jan
2014
12 Jan
'14
6:06 a.m.
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
4191
Age (days ago)
4191
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org