aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9d2b8e0..bd029ff 100644
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,16 @@ clean:
.PHONY: build
build:
- $(DOCBUILD) $(VERBOSE) --fetch --force --build
+ $(DOCBUILD) $(VERBOSE) --fetch --force
+ $(DOCBUILD) $(VERBOSE) --build
.PHONY: push
push:
- $(DOCBUILD) $(VERBOSE) --fetch --force --build --push
+ $(DOCBUILD) $(VERBOSE) --fetch --force
+ $(DOCBUILD) $(VERBOSE) --build --push
.PHONY: serve
serve:
- $(DOCBUILD) $(VERBOSE) ---fetch --force --build --serve
+ $(DOCBUILD) $(VERBOSE) --fetch --force
+ $(DOCBUILD) $(VERBOSE) --build --serve