2c8f57db98
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/123
9 lines
136 B
Makefile
9 lines
136 B
Makefile
all: install
|
|
pipenv run mkdocs build
|
|
|
|
install:
|
|
pipenv install
|
|
clean:
|
|
rm -rf site
|
|
serve:
|
|
pipenv run python3 -m http.server -d site
|