summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index faeec9a..c665ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,7 @@ download: ## download all links to ./music
add: ##make add url="http://youtube..."
add: ##to add link to ./links
bin/youtplaylist ${url} >> links
+
+check: ## check for missing songs
+check: ## make download should be run first
+ cat links | musicDir=./music xargs -n1 bin/checkMissing