From 006cdd3b5c64d9dd30560bc9024407d2785ec817 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 2 Jul 2016 20:28:25 -0700 Subject: Add build target to the Makefile. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa02b3f..5ec4715 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,12 @@ server: clean deps: brew install hugo -ppublish: deps build +build: clean + hugo + +publish: build gsutil -m rsync -R _site/ gs://b.lumberjaph.net gsutil -m acl ch -u AllUsers:R -R gs://b.lumberjaph.net/ gsutil -m web set -m index.html -e 404.html gs://b.lumberjaph.net -.PHONY: clean server deps publish +.PHONY: build clean server deps publish -- cgit v1.2.3