diff --git a/Makefile b/Makefile index 8b69b9cc..3f80d35d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ SparklePony.exe : src/SparklePony.cs gmcs -pkg:gtk-sharp-2.0 -pkg:notify-sharp -pkg:dbus-sharp src/SparklePony.cs +install: + mkdir /usr/share/sparklepony + cp src/SparklePony.exe /usr/share/sparklepony + clean: - rm SparklePony.exe + rm src/SparklePony.exe