add makefile
This commit is contained in:
parent
f51e1ba738
commit
c923817559
1 changed files with 7 additions and 0 deletions
7
docs/Makefile
Normal file
7
docs/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
all: install
|
||||
pipenv run mkdocs build
|
||||
|
||||
install:
|
||||
pipenv install
|
||||
clean:
|
||||
rm -rf site
|
Loading…
Reference in a new issue