From 2307e2f152e46ffb143c6942d480c2221d1a2bec Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 2 Jun 2016 11:33:59 +0200 Subject: make copy: also delete --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3