Makefile
This commit is contained in:
parent
81eebe7977
commit
e38b60bfaa
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
##################################
|
||||||
|
# spotify-deb-install (Makefile) #
|
||||||
|
##################################
|
||||||
|
|
||||||
|
PREFIX=/usr
|
||||||
|
|
||||||
|
install:
|
||||||
|
cp -rfv src/spotify-deb-install $(PREFIX)/bin/spotify-deb-install
|
||||||
|
chmod +x $(PREFIX)/bin/spotify-deb-install
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm $(PREFIX)/bin/spotify-deb-install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user