all: tutorial

tutorial:
	pandoc tutorial.md \
		--output=tutorial.html \
		--from=markdown+smart \
		--to=html5 \
		--css=github-pandoc.css \
		--highlight-style=haddock \
		--self-contained
