summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-11-22 15:37:47 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2011-11-22 15:38:32 +0100
commit5a938b5d04358f22e9078098fc12a67610573965 (patch)
tree001b388da3ed86ad59d611eeda085da856ac6288
parentb0e67d24042634981c9bb25d2deb0364c676e659 (diff)
downloadyoutube-dl-5a938b5d04358f22e9078098fc12a67610573965.tar.gz
youtube-dl-5a938b5d04358f22e9078098fc12a67610573965.tar.xz
youtube-dl-5a938b5d04358f22e9078098fc12a67610573965.zip
+Makefile
-rw-r--r--Makefile6
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
+
+