Right now it just adds the `make book` command
@ -0,0 +1,8 @@
DOCS := $(PWD)/docs
book: $(DOCS)/guide/index.html
$(DOCS)/guide/index.html: $(DOCS)/src/*.md
cd docs && mdbook build
.PHONY: book