summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-11-08 12:23:14 +0100
committerlassulus <lass@aidsballs.de>2015-11-08 12:23:36 +0100
commit533d789a1a549bb8fb1aac940a0d8d6ed36e8c38 (patch)
tree4d7ddb479fbc50aa96c0190dd7cffa5f7f235251 /Makefile
parente29d40227ee37f6fd4b2a6d770bff90ff36727a9 (diff)
add checkMissingmp3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fe87ec..ebecb7a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ check: ## make download should be run first
checkmp3: ## check for missing songs
checkmp3: ## make download should be run first
- cat links | musicDir=./mp3 xargs -n1 bin/checkMissing
+ cat links | musicDir=./mp3 xargs -n1 bin/checkMissingmp3
play: ## play the playlist without downloading
mpv --loop=inf --shuffle --playlist links