miller/docs/Makefile
2021-11-07 23:41:15 -05:00

6 lines
141 B
Makefile

# Turn src/*.md.in into respective src/*.md. Then, generate static HTML into ./site.
build:
make -C src genmds
mkdocs build
.PHONY: build