mirror of
https://akkoma.dev/lamp/akkoma-fe.git
synced 2024-11-21 17:48:26 -06:00
8 lines
84 B
Makefile
8 lines
84 B
Makefile
all: install
|
|
pipenv run mkdocs build
|
|
|
|
install:
|
|
pipenv install
|
|
clean:
|
|
rm -rf site
|