# Settings TARGET=slide # commands .PHONY : all clean remake all: slideshow build $(TARGET).md -t s6cr --h2 open $(TARGET).html clean: rm -rf s6/ scripts/ *.html *.css remake: make clean make all