aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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