diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2012-05-23 19:19:53 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2012-05-23 19:19:53 +0200 | 
| commit | 668d97503946e0f7f1a2024a650eda4b7387cc86 (patch) | |
| tree | eb0a2bcdb5490ac31ebdecdd060fe2fca61fa9ea | |
| parent | 9ab3406ddb84a84a80f1be788af745d5a407ae23 (diff) | |
quiet zip in make compile
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
