1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00
akkoma/Makefile

8 lines
84 B
Makefile

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