2
0
Fork 0
akkoma-fe-iceshrimp/docs/Makefile

7 lines
84 B
Makefile
Raw Normal View History

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