summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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