build: update Makefile

This commit is contained in:
Michael Currin
2021-06-08 17:02:37 +02:00
parent 4fb05cb607
commit 1bcc5ce191

View File

@@ -2,9 +2,11 @@
default: install
all: install build
h help:
@egrep '(^\S)|(^$$)|\s+@echo' Makefile
@grep '^[a-z]' Makefile
install:
@@ -15,6 +17,7 @@ install:
s serve:
mkdocs serve --strict
b build:
mkdocs build --strict