Add Makefile
This commit is contained in:
parent
fea41f37d8
commit
d43205e31f
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
PREFIX=$(HOME)
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f youtube-mp3 $(DESTDIR)$(PREFIX)/bin
|
||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/youtube-mp3
|
||||
|
||||
uninstall:
|
||||
$(RM) $(DESTDIR)$(PREFIX)/bin/youtube-mp3
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue