mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-02 10:20:23 +00:00
Added install target to Makefile.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user