mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
7 lines
84 B
Makefile
7 lines
84 B
Makefile
all: install
|
|
pipenv run mkdocs build
|
|
|
|
install:
|
|
pipenv install
|
|
clean:
|
|
rm -rf site
|