mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-18 21:56:04 +01:00
8 lines
84 B
Makefile
8 lines
84 B
Makefile
|
all: install
|
||
|
pipenv run mkdocs build
|
||
|
|
||
|
install:
|
||
|
pipenv install
|
||
|
clean:
|
||
|
rm -rf docs
|