mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
6 lines
141 B
Makefile
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
|