From 965adc96c177ec07fdb14b1999b033a2cab283c1 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 20 Jun 2016 12:35:00 +0200 Subject: Makefile: show added link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7705ab..19c8a6d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ downloadmp3: ## you can specify number of jobs with ex. jobs=4 add: ##make add url="http://youtube..." add: ##to add link to ./links - bin/youtplaylist ${url} >> links + bin/youtplaylist ${url} | tee -a links check: ## check for missing songs check: ## make download should be run first -- cgit v1.2.3