mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 21:53:59 +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
|