summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-06-02 11:33:59 +0200
committerlassulus <lass@aidsballs.de>2016-06-02 11:33:59 +0200
commit2307e2f152e46ffb143c6942d480c2221d1a2bec (patch)
treeac1e5a15d5a8c9ecaca30ad0681f3d235bffbe7d
parent183ee8fc529f51a5b49379103e3c14cdf14a4a4b (diff)
make copy: also delete
-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