diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2012-05-22 04:35:59 -0700 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2012-05-22 04:35:59 -0700 |
commit | 1b91a2e2cfa3b9277205eb9652e5a2f0b40a0016 (patch) | |
tree | c5f4ca39348f1d54bcb4578b81fd44ddc87154f6 /Makefile | |
parent | 0c24eed73a914e81f73312fad57485e404c0756b (diff) | |
parent | 2c288bda4235bed6927d88d9bf53ecaec18f7904 (diff) |
Merge pull request #342 from FiloSottile/master
Re-organized code and a lot of other stuff.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,6 +18,9 @@ update-readme: echo "$${footer}" >> README.md compile: - cp youtube_dl/__init__.py youtube-dl + zip --junk-paths youtube-dl youtube_dl/*.py + echo '#!/usr/bin/env python' > youtube-dl + cat youtube-dl.zip >> youtube-dl + rm youtube-dl.zip .PHONY: default compile update update-latest update-readme |