mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 05:23:16 -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
|