summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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}