# SPDX-License-Identifier: MIT ASCIIDOCTOR = asciidoctor %.html: %.adoc $(ASCIIDOCTOR) -o $@ $< developer-manual.html: clean: rm -f developer-manual.html .PHONY: clean