summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-08-17 16:16:24 +0200
committerlassulus <lass@aidsballs.de>2015-08-17 16:16:24 +0200
commit9218b163f2d8bc965b853ed9fc9e13d15a703456 (patch)
tree8523cca58c0713ec47719b58ede193bad11004a6 /Makefile
parent323a66775168b6addb3acddaee0a8ff227ea4bd4 (diff)
make target mutable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d0e0f4..cd72b58 100644
--- a/Makefile
+++ b/Makefile
@@ -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