X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=e2da02e96ba304fec7e76c5fb604ae973cbf34fa;hb=bae611f216ac7b1f1a24a506da6dffc518d09d5b;hp=b1a41079a705f91fadddde8272266b3bc8e7f7c5;hpb=0b3f3e1ad99bb9f3f41589a30cf81a696ddd9332;p=youtube-dl.git diff --git a/Makefile b/Makefile index b1a41079a..e2da02e96 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ update-readme: echo "$${footer}" >> README.md compile: - cp youtube_dl/__init__.py youtube-dl + zip --quiet --junk-paths youtube-dl youtube_dl/*.py + echo '#!/usr/bin/env python' > youtube-dl + cat youtube-dl.zip >> youtube-dl + rm youtube-dl.zip .PHONY: default compile update update-latest update-readme