X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Makefile;h=e2da02e96ba304fec7e76c5fb604ae973cbf34fa;hb=0a98b09bc2d0553f0f5bd44c26b468e55a163d07;hp=884aeb326871f0444e21245e8a2002f893857f31;hpb=1b91a2e2cfa3b9277205eb9652e5a2f0b40a0016;p=youtube-dl diff --git a/Makefile b/Makefile index 884aeb326..e2da02e96 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ update-readme: echo "$${footer}" >> README.md compile: - zip --junk-paths youtube-dl youtube_dl/*.py + 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