summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-08-23 16:05:09 +0200
committerlassulus <lass@aidsballs.de>2015-08-23 16:05:09 +0200
commit0f7433691efe4b1f90587439fe59428bfa6b82fb (patch)
tree7629c910c3bde129f1327dea6773135f076a2ad7 /Makefile
parent4b8b1d250f4cb1ddfe512054e824736c472479f3 (diff)
add missing song check
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