Added install target to Makefile.

This commit is contained in:
joehillen 2012-07-22 13:36:22 -07:00
parent 3210735c49
commit ef0c08cdfe
2 changed files with 4 additions and 1 deletions

View File

@ -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

Binary file not shown.