From ef0c08cdfe05295f7dc5b164f187e2359970cde1 Mon Sep 17 00:00:00 2001 From: joehillen Date: Sun, 22 Jul 2012 13:36:22 -0700 Subject: Added install target to Makefile. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e2da02e96..0de669c12 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3