mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
Merge branch 'joehillen/master' - pull request #381
This commit is contained in:
commit
91645066e2
5
Makefile
5
Makefile
|
@ -23,4 +23,7 @@ compile:
|
|||
cat youtube-dl.zip >> youtube-dl
|
||||
rm youtube-dl.zip
|
||||
|
||||
.PHONY: default compile update update-latest update-readme
|
||||
install: youtube-dl
|
||||
install -m 755 --owner root --group root youtube-dl /usr/local/bin/
|
||||
|
||||
.PHONY: default compile update update-latest update-readme install
|
||||
|
|
BIN
youtube-dl
BIN
youtube-dl
Binary file not shown.
Loading…
Reference in a new issue