diff --git a/docs/Makefile b/docs/Makefile index fbe3086..9c4fe95 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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