makefile
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user