X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Makefile;h=884aeb326871f0444e21245e8a2002f893857f31;hb=d77c3dfd027e9af4d44fc7109fac0012451268c2;hp=b1a41079a705f91fadddde8272266b3bc8e7f7c5;hpb=c23d8a74dcf54df1cd4df95323897c0d5070d8a9;p=youtube-dl diff --git a/Makefile b/Makefile index b1a41079a..884aeb326 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ update-readme: echo "$${footer}" >> README.md compile: - cp youtube_dl/__init__.py youtube-dl + zip --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