add makefile

This commit is contained in:
FloatingGhost 2022-07-14 16:58:04 +01:00
parent f51e1ba738
commit c923817559

7
docs/Makefile Normal file
View file

@ -0,0 +1,7 @@
all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf site