diff options
author | lassulus <lass@aidsballs.de> | 2015-08-17 16:16:24 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-08-17 16:16:24 +0200 |
commit | 9218b163f2d8bc965b853ed9fc9e13d15a703456 (patch) | |
tree | 8523cca58c0713ec47719b58ede193bad11004a6 /Makefile | |
parent | 323a66775168b6addb3acddaee0a8ff227ea4bd4 (diff) |
make target mutable
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 |