aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-05-23 19:19:53 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2012-05-23 19:19:53 +0200
commit668d97503946e0f7f1a2024a650eda4b7387cc86 (patch)
treeeb0a2bcdb5490ac31ebdecdd060fe2fca61fa9ea /Makefile
parent9ab3406ddb84a84a80f1be788af745d5a407ae23 (diff)
downloadyoutube-dl-668d97503946e0f7f1a2024a650eda4b7387cc86.tar.xz
quiet zip in make compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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