forked from toolshed/docs.coopcloud.tech
Add makefile
This commit is contained in:
parent
e89ea879da
commit
8373c81b83
9
makefile
Normal file
9
makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
default: run
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
@if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi
|
||||||
|
|
||||||
|
run: dependencies
|
||||||
|
@.venv/bin/mkdocs serve
|
||||||
|
|
||||||
|
.PHONY: dependencies run
|
Loading…
x
Reference in New Issue
Block a user