elefren 0.18.0

A wrapper around the Mastodon API.
Documentation
1
2
3
4
5
6
7
8
DOCS := $(PWD)/docs

book: $(DOCS)/guide/index.html

$(DOCS)/guide/index.html: $(DOCS)/src/*.md
	cd docs && mdbook build

.PHONY: book