all: praesentation

praesentation:praesentation.tex *.sty FLUGS-Logo.pdf penguin-crossing-FLUGS.jpg
	pdflatex --halt-on-errors $<
	pdflatex --halt-on-errors $<
	pdflatex --halt-on-errors $<

clean:
	-rm -f *.log
	-rm -f *.out
	-rm -f *.aux
	-rm -f *.nav
	-rm -f *.snm
	-rm -f *.toc
	-rm -f *.vrb
	-rm -f *~

PHONY: clean
SILENT:
	
