MAIN = presentation.tex FLAGS = -pdf all: latexmk $(FLAGS) $(MAIN) dev: latexmk $(FLAGS) -pvc $(MAIN) clean: latexmk -C