Remove Makefile

This was used to build a mdbook, but there's no mdbook in the codebase.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2022-12-27 16:34:52 +01:00
parent 4287c7526f
commit de1b3769f8
No known key found for this signature in database
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
DOCS := $(PWD)/docs
book: $(DOCS)/guide/index.html
$(DOCS)/guide/index.html: $(DOCS)/src/*.md
cd docs && mdbook build
.PHONY: book