summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5fb3b9..9ec4b68 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,13 @@
-.PHONY: clean
+.PHONY: all debug clean
all:
mkdir -p public
hugo -D
+debug:
+ hugo server -D
+
clean:
rm -rf public
rm -rf resources