mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-04-02 08:49:13 +02:00
7 lines
84 B
Makefile
7 lines
84 B
Makefile
all: install
|
|
pipenv run mkdocs build
|
|
|
|
install:
|
|
pipenv install
|
|
clean:
|
|
rm -rf docs
|