chore: Create Makefile

This commit is contained in:
Michael Currin
2020-10-15 10:43:20 +02:00
parent 01e7c407b0
commit b27fe05ebe

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
.PHONY: docs
install:
pip install --upgrade pip
pip install -r requirements.txt
b docs:
mkdocs build --strict
s docs-serve:
mkdocs serve --strict