diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |