diff options
author | JustineSmithies <justine@smithies.me.uk> | 2023-05-13 18:39:46 +0100 |
---|---|---|
committer | JustineSmithies <justine@smithies.me.uk> | 2023-05-13 18:39:46 +0100 |
commit | 8d005ffbc04676ce576765190c26d8430d36c8e4 (patch) | |
tree | 5d7e763d35f6ca318db355a35c83a7ab4e40f61d /Makefile | |
parent | a500adf5d0f8c1e61cfd93c4fc7027e39e8d6791 (diff) |
Added archive option to rsync in deploy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |