summaryrefslogtreecommitdiff
path: root/blag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'blag/Makefile')
-rw-r--r--blag/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/blag/Makefile b/blag/Makefile
index de8701e..c3483a4 100644
--- a/blag/Makefile
+++ b/blag/Makefile
@@ -8,3 +8,7 @@ build:
.PHONY: deploy
deploy: build
@rsync -avz ${OUTPUT} kennyballou.com:/srv/www/blog/
+
+.PHONY: serve
+serve:
+ -hugo -d ${OUTPUT} serve