make:
	pdflatex muendlich-we-2013-martin-thoma.tex -output-format=pdf
	make clean

clean:
	rm -rf  *.aux *.log
