HTML_FILES := model-fitting-functions.html onboarding-rcore.html all: $(HTML_FILES) $(HTML_FILES): %.html: %.md pandoc '$<' -o '$@' --standalone -M maxwidth=80ch .PHONY: clean clean: $(RM) $(HTML_FILES)