From: Philipp Hagemeister Date: Wed, 23 May 2012 17:19:53 +0000 (+0200) Subject: quiet zip in make compile X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=668d97503946e0f7f1a2024a650eda4b7387cc86;p=youtube-dl quiet zip in make compile --- 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