This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
youtube-dl
mirror of
https://github.com/ytdl-org/youtube-dl.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
+Makefile
Philipp Hagemeister
13 years ago
parent
b0e67d2404
commit
5a938b5d04
1 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
6
0
Makefile
+ 6
- 0
Makefile
View File
@@ -0,0 +1,6 @@
+update:
+ python ./generate-download
+
+.PHONY: update
+
+