From ca145962cc9cb3e7c341c47a0ca6811e6bb703f1 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 4 Dec 2019 23:18:21 -0800 Subject: [PATCH] Fix the Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 743d203..23e991f 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ all: blog -blog: +blog: sitegen @echo ./bin/compile . www -publish: compile +publish: blog @echo ./bin/publish --delete -publish_beta: compile +publish_beta: blog @echo ./bin/publish --beta --delete @@ -16,7 +16,7 @@ sitegen: @echo ./bin/build-sitegen -test: +test: sitegen @echo ./bin/test