mirror of
https://github.com/dandavison/delta.git
synced 2026-02-03 11:33:26 +01:00
9 lines
91 B
Makefile
9 lines
91 B
Makefile
build:
|
|
mdbook build
|
|
|
|
init:
|
|
mdbook init --ignore none --title delta
|
|
|
|
serve:
|
|
mdbook serve
|