aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 817ab08..2069d8f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ watch:
ls -d .git/* * posts/* pages/* header.html | entr -cd make ;\
done
-deploy: build
+deploy:
+ rsync -rv --exclude '*.tsv' ~/Git/blarg/build/ ~/Git/pages/
.PHONY: build clean watch deploy