summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1065b05..f348b87 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ play: ## play the playlist without downloading
copy: ## make copy dest="/mnt/tmp/music"
copy: ## to copy music to dest
- rsync -vrltD --ignore-existing --exclude=.graveyard ./music/ ${dest}
+ rsync -vrltD --delete --ignore-existing --exclude=.graveyard ./music/ ${dest}
convert2mp3: ## converts stuff from ./music to ./mp3
ls music/* | target=./mp3 xargs -n1 bin/ogg2mp3