瀏覽代碼

quiet zip in make compile

Philipp Hagemeister 13 年之前
父節點
當前提交
668d975039
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
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