mastodon-async/Makefile

9 lines
135 B
Makefile
Raw Normal View History

2022-11-27 14:44:43 +00:00
DOCS := $(PWD)/docs
book: $(DOCS)/guide/index.html
$(DOCS)/guide/index.html: $(DOCS)/src/*.md
cd docs && mdbook build
.PHONY: book