Browse Source

quiet zip in make compile

rtmp_test
Philipp Hagemeister 13 years ago
parent
commit
668d975039
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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


Loading…
Cancel
Save