diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,3 +16,10 @@ $(gplay_objs): %.o: %.c clean: rm -f gplay *.o + +install: gplay + install gplay $(DESTDIR)/usr/bin/gplay + install gplay.desktop $(DESTDIR)/usr/share/applications/gplay.desktop + +uninstall: + rm -f $(DESTDIR)/usr/bin/gplay $(DESTDIR)/usr/share/applications/gplay.desktop |