diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-11-29 15:20:20 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-11-29 15:20:20 +0100 |
commit | 20ba04267c3c2be27a766a43f34014012799b761 (patch) | |
tree | 73c358079245be1f1b07829d02b5d705d5e0a0a1 /Makefile | |
parent | 743b28ce1155df348bbb828fcb316d57c8704328 (diff) |
removed __main__.py from the root of the repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ test: # TODO un-phony README.md and youtube-dl.bash_completion by reading from .in files and generating from them youtube-dl: youtube_dl/*.py - zip --quiet youtube-dl __main__.py youtube_dl/*.py + zip --quiet youtube-dl youtube_dl/*.py + zip --quiet --junk-paths youtube-dl youtube_dl/__main__.py echo '#!/usr/bin/env python' > youtube-dl cat youtube-dl.zip >> youtube-dl rm youtube-dl.zip |