all: presentation.html

%.html: %.md
	cmark --smart --unsafe $< >$@

clean:
	$(RM) *.html
