From 533d789a1a549bb8fb1aac940a0d8d6ed36e8c38 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 8 Nov 2015 12:23:14 +0100 Subject: add checkMissingmp3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3