X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Makefile;h=2eb226fdbde1e4046bf980a5c2bc1945d60ea899;hb=20ba04267c3c2be27a766a43f34014012799b761;hp=aea9671486c46d5d071112b05aab958897d8ace3;hpb=17cb14a33677cd37cd481f8ed7cff37fdab80f9d;p=youtube-dl diff --git a/Makefile b/Makefile index aea967148..2eb226fdb 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,8 @@ test: # TODO un-phony README.md and youtube-dl.bash_completion by reading from .in files and generating from them youtube-dl: youtube_dl/*.py - zip --quiet --junk-paths youtube-dl youtube_dl/*.py + zip --quiet youtube-dl youtube_dl/*.py + zip --quiet --junk-paths youtube-dl youtube_dl/__main__.py echo '#!/usr/bin/env python' > youtube-dl cat youtube-dl.zip >> youtube-dl rm youtube-dl.zip