Makefile: build docs

This commit is contained in:
DarkCat09 2022-12-26 14:41:39 +04:00
parent 2d0af206ca
commit 92e570841c

View file

@ -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__