From abcd5edb1f0aacbf0984b22638a18b2505ad8c0b Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 7 Feb 2015 18:11:47 +0100 Subject: add seeking and keyhandling --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a0e338..e3460bf 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3