1
0
Fork 0
forked from srxl/akkoma-fe
akkoma-fe/docs/Makefile

7 lines
84 B
Makefile

all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf site