aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustineSmithies <justine@smithies.me.uk>2023-05-13 18:39:46 +0100
committerJustineSmithies <justine@smithies.me.uk>2023-05-13 18:39:46 +0100
commit8d005ffbc04676ce576765190c26d8430d36c8e4 (patch)
tree5d7e763d35f6ca318db355a35c83a7ab4e40f61d
parenta500adf5d0f8c1e61cfd93c4fc7027e39e8d6791 (diff)
Added archive option to rsync in deploy
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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