WIP and add nope opener utility
This commit is contained in:
parent
04f950a799
commit
d100183b5c
3 changed files with 32 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,9 @@ PREFIX=$(HOME)
|
|||
|
||||
install:
|
||||
install -Dm755 youtube-mp3 $(DESTDIR)$(PREFIX)/bin/youtube-mp3
|
||||
install -Dm755 nope $(DESTDIR)$(PREFIX)/bin/nope
|
||||
|
||||
uninstall:
|
||||
$(RM) $(DESTDIR)$(PREFIX)/bin/youtube-mp3
|
||||
$(RM) $(DESTDIR)$(PREFIX)/bin/nope
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue