TARGET = slide MARP = "marp" .SUFFIXES: .md .html .md.html: $(MARP) --theme ./themes/cr.css --html $< all: $(TARGET).html open $(TARGET).html clean: rm $(TARGET).html