d
/
akkoma
1
0
Fork 0
akkoma/Makefile

8 lines
84 B
Makefile

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