From c8e03eda103335f86f31b3873c3c74a439f89ae3 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 23 Aug 2015 22:10:31 +0200 Subject: Makefile: add copy command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 337bf79..d97cd7d 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,7 @@ check: ## make download should be run first play: ## play the playlist without downloading mpv --loop=inf --shuffle --playlist links + +copy: ## make copy dest="/mnt/tmp/music" +copy: ## to copy music to dest + rsync -vrltD ./music ${dest} -- cgit v1.2.3