From 80741e8703a80f5741c1034cb17112418c101ade Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sat, 2 Aug 2014 04:17:24 +0000 Subject: [PATCH] Remove `sudo` from `uninstall` directive in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dfa649..3fac5ae 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ py3k-install: uninstall: touch installed-files.txt - cat installed-files.txt | sudo xargs rm -rf + cat installed-files.txt | xargs rm -rf py3k-uninstall: uninstall reinstall: uninstall install