diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |