X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/53b0892e0d78dd874acb6e22ed3e8c3f9fe175a4..0d67a3fe8a918a05586f421519f132fef79a7702:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index b1a4107..e2da02e 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ update-readme: echo "$${footer}" >> README.md compile: - cp youtube_dl/__init__.py youtube-dl + 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 .PHONY: default compile update update-latest update-readme