chore: Update Makefile

This commit is contained in:
Michael Currin
2020-10-17 16:23:41 +02:00
parent 5e8b217c8d
commit 11c1377a9f

View File

@@ -1,11 +1,16 @@
.PHONY: docs
h help:
@egrep '(^\S)|(^$$)|\s+@echo' Makefile
install:
pip install --upgrade pip
pip install -r requirements.txt
b docs:
mkdocs build --strict
s docs-serve:
s serve:
mkdocs serve --strict
d docs:
mkdocs build --strict