summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e60a21f..d7705ab 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ copy: ## to copy music to dest
drycopy: ## make drycopy dest="/mnt/tmp/music"
drycopy: ## to dryrun copy music to dest (for finding deleted files etc.)
- rsync -vrltD --delete --ignore-existing --exclude=.graveyard ./music/ ${dest}
+ rsync -vnrltD --delete --ignore-existing --exclude=.graveyard ./music/ ${dest}
convert2mp3: ## converts stuff from ./music to ./mp3
ls music/* | target=./mp3 xargs -n1 bin/ogg2mp3