akkoma/Makefile

7 lines
84 B
Makefile
Raw Normal View History

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