From 3935f49a7f1d0b05369471965a05fff327d2920b Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 11 Jul 2016 22:05:14 +0200 Subject: [PATCH] add: Makefile --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bfd8c61 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ + +BINPATH=/usr/bin + +install: + cp albentohandy.sh $(BINPATH)/albentohandy.sh + chmod 755 $(BINPATH)/albentohandy.sh + cp flactomp3v2.sh $(BINPATH)/flactomp3v2.sh + chmod 755 $(BINPATH)/flactomp3v2.sh +uninstall: + rm $(BINPATH)/albentohandy.sh + rm $(BINPATH)/flactomp3v2.sh -- 2.47.3