diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ help: ## Show this help. @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' download: ## download all links to ./music - cat links | xargs -n 1 bin/yout2ogg + cat links | target=./music xargs -n 1 bin/yout2ogg add: ##make add url="http://youtube..." add: ##to add link to ./links |