mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2026-04-25 00:00:04 -04:00
Added install target to Makefile.
This commit is contained in:
@@ -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
Binary file not shown.
Reference in New Issue
Block a user