]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add: Makefile
authorBastian Dehn <hhaalo@arcor.de>
Mon, 11 Jul 2016 20:05:14 +0000 (22:05 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 11 Jul 2016 20:05:14 +0000 (22:05 +0200)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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