From da8753542986e91f4eea4b390a89be75e70eead5 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 12 May 2016 17:47:00 +0200 Subject: exclude .graveyard from copying --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 640bf9a..04d0655 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ play: ## play the playlist without downloading copy: ## make copy dest="/mnt/tmp/music" copy: ## to copy music to dest - rsync -vrltD ./music/ ${dest} + rsync -vrltD --exclude=.graveyard ./music/ ${dest} convert2mp3: ## converts stuff from ./music to ./mp3 ls music/* | target=./mp3 xargs -n1 bin/ogg2mp3 -- cgit v1.2.3