summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
Diffstat (limited to '_build')
-rw-r--r--_build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_build/Makefile b/_build/Makefile
index ff546315..54fa7db2 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -5,7 +5,7 @@ PROJECTS = $(sort $(notdir $(basename $(wildcard data/projects/*.toml))))
all: docs
hugo --theme=ninenines -d ..
-server: docs
+server:
hugo server --theme=ninenines
clean: DOC_FILES = $(filter-out static/docs/en/cowboy/1.0,$(wildcard static/docs/en/*/*))