PROJ=tutorial

all: ${PROJ}.xml
	svgslides $^

clean:
	rm -f ${PROJ}-index.xml index.html ${PROJ}-???.html ${PROJ}-???.svg *~
