make:
	pdflatex kit-muendlich-ml1-2.tex -output-format=pdf
	make clean

clean:
	rm -rf  *.aux *.log
