summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebecb7a..ad04750 100644
--- a/Makefile
+++ b/Makefile
@@ -29,3 +29,6 @@ play: ## play the playlist without downloading
copy: ## make copy dest="/mnt/tmp/music"
copy: ## to copy music to dest
rsync -vrltD ./music/ ${dest}
+
+convert2mp3: ## converts stuff from ./music to ./mp3
+ ls music/* | target=./mp3 xargs -n1 bin/ogg2mp3