Added install target to Makefile.

pull/381/head
joehillen 2012-07-22 13:36:22 -07:00
rodzic 3210735c49
commit ef0c08cdfe
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

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

Plik binarny nie jest wyświetlany.