all: tutorial

tutorial: tutorial.tmpl gen-tutorial
	./gen-tutorial

clean:
	rm -f *.fasl *~ tutorial
