summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLassulus <Lassulus@googlemail.com>2015-11-10 15:13:39 +0100
committerLassulus <Lassulus@googlemail.com>2015-11-10 15:13:39 +0100
commit8e8b6217ed4e3dd55c4dc8e6763235bef06d1c02 (patch)
treeab6cb01ce30fb8ac32ac5ebef7e5bb8d4e3abada /Makefile
parent094789f9250531087b630e92324d3b81b28a881d (diff)
parent27a7004fb75d97c39be0faf66b6d514d6cc45775 (diff)
Merge pull request #1 from NineInchNade/master
add checkMissingLink
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad04750..7edebe3 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,9 @@ check: ## check for missing songs
check: ## make download should be run first
cat links | musicDir=./music xargs -n1 bin/checkMissing
+reversecheck: ## check for orphan files in directory
+ ls music/* | xargs -n1 bin/checkMissingLink
+
checkmp3: ## check for missing songs
checkmp3: ## make download should be run first
cat links | musicDir=./mp3 xargs -n1 bin/checkMissingmp3