Makefile: build docs
This commit is contained in:
parent
2d0af206ca
commit
92e570841c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -4,6 +4,9 @@ build:
|
|||
upload:
|
||||
python3 -m twine upload dist/*
|
||||
|
||||
doc:
|
||||
python3 -m mkdocs build
|
||||
|
||||
clean:
|
||||
rm -rf dist python_aternos.egg-info
|
||||
rm -rf python_aternos/__pycache__
|
||||
|
|
Reference in a new issue