quiet zip in make compile
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 23 May 2012 17:19:53 +0000 (19:19 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 23 May 2012 17:19:53 +0000 (19:19 +0200)
Makefile

index 884aeb326871f0444e21245e8a2002f893857f31..e2da02e96ba304fec7e76c5fb604ae973cbf34fa 100644 (file)
--- 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