From 95648e326b117cedf9d2a014a6dd76bf09efba54 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 27 Apr 2010 18:05:38 +0100 Subject: [PATCH] uninstall option for makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3f80d35d..a63d1066 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,9 @@ install: mkdir /usr/share/sparklepony cp src/SparklePony.exe /usr/share/sparklepony +uninstall: + rm /usr/share/sparklepony/SparklePony.exe + mkdir /usr/share/sparklepony + clean: rm src/SparklePony.exe