diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -50,6 +50,6 @@ test:  	nosetests2 test/*  clean: -	rm **/*.pyc +	find -name "*.pyc" -delete  .PHONY: default compile update update-latest update-readme test clean  | 
![]()  | 
index : slackcoder/youtube-dl | |
| Command-line program to download videos from YouTube.com and other video sites | Mirror | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | Makefile | 2 | 
@@ -50,6 +50,6 @@ test:  	nosetests2 test/*  clean: -	rm **/*.pyc +	find -name "*.pyc" -delete  .PHONY: default compile update update-latest update-readme test clean  |