makefile
This commit is contained in:
parent
431253ea5e
commit
9682c67bc4
11
Makefile
Normal file
11
Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
all: build serve
|
||||
build:
|
||||
mkdocs build
|
||||
clean:
|
||||
rm -rfv site/
|
||||
prepare:
|
||||
pip install mkdocs mkdocs-windmill-dark
|
||||
unprepare:
|
||||
pip uninstall mkdocs mkdocs-windmill-dark
|
||||
serve:
|
||||
mkdocs serve
|
Loading…
Reference in New Issue
Block a user