1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-06-02 23:09:13 +08:00
akkoma-fe/docs/Makefile
2022-07-15 11:07:43 +01:00

7 lines
84 B
Makefile

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