From 8d005ffbc04676ce576765190c26d8430d36c8e4 Mon Sep 17 00:00:00 2001 From: JustineSmithies Date: Sat, 13 May 2023 18:39:46 +0100 Subject: Added archive option to rsync in deploy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2069d8f..789183d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ watch: done deploy: - rsync -rv --exclude '*.tsv' ~/Git/blarg/build/ ~/Git/pages/ + rsync -arv --exclude '*.tsv' ~/Git/blarg/build/ ~/Git/pages/ .PHONY: build clean watch deploy -- cgit v1.2.3