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

8 lines
84 B
Makefile
Raw Normal View History

2022-07-15 10:07:43 +00:00
all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf site