Add uninstall command to top-level Makefile.
parent
e8a536d4b1
commit
7d22ddeabc
5
Makefile
5
Makefile
|
@ -14,7 +14,10 @@ test: cleantest
|
|||
python test_gnupg.py basic
|
||||
|
||||
install:
|
||||
python setup.py install
|
||||
python setup.py install --record installed-files.txt
|
||||
|
||||
uninstall:
|
||||
cat installed-files.txt | sudo xargs rm -rf
|
||||
|
||||
clean-docs:
|
||||
sphinx-apidoc -o docs -F -A "Isis Agora Lovecruft" -H "python-gnupg" -V 0.3.1 -R 0.3.1 .
|
||||
|
|
Loading…
Reference in New Issue