From 9218b163f2d8bc965b853ed9fc9e13d15a703456 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 17 Aug 2015 16:16:24 +0200 Subject: make target mutable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3