summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blag/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/blag/Makefile b/blag/Makefile
index 00d0a67..de8701e 100644
--- a/blag/Makefile
+++ b/blag/Makefile
@@ -1,9 +1,10 @@
-.PHONY: build deploy
OUTPUT=`pwd`/../www/blog/
all: build
+.PHONY: build
build:
@hugo -d ${OUTPUT}
+.PHONY: deploy
deploy: build
@rsync -avz ${OUTPUT} kennyballou.com:/srv/www/blog/