uninstall option for makefile

This commit is contained in:
Hylke Bons 2010-04-27 18:05:38 +01:00
parent b16541bf84
commit 95648e326b

View file

@ -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