1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-05-03 04:54:04 -04:00
2022-07-15 11:07:43 +01:00

8 lines
84 B
Makefile

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