diff options
author | Philipp Hagemeister <[email protected]> | 2011-11-22 15:37:47 +0100 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2011-11-22 15:38:32 +0100 |
commit | 5a938b5d04358f22e9078098fc12a67610573965 (patch) | |
tree | 001b388da3ed86ad59d611eeda085da856ac6288 /Makefile | |
parent | b0e67d24042634981c9bb25d2deb0364c676e659 (diff) | |
download | youtube-dl-5a938b5d04358f22e9078098fc12a67610573965.tar.gz youtube-dl-5a938b5d04358f22e9078098fc12a67610573965.zip |
+Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..5adc08587 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +update: + python ./generate-download + +.PHONY: update + + |