summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 48392b1..7ddb061 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,13 @@
NAME = main
# Not associated with files
-.PHONY: all clean
+.PHONY: all clean run
-# Clean rule
clean:
trash -f public data i18n assets archetypes
all:
hugo
+run:
+ hugo server -D