X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/53b0892e0d78dd874acb6e22ed3e8c3f9fe175a4..bace74197ff2b1d0837ef4dc6dd54c7134f0194d:/Makefile 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