PROJECT=dekker_thesis .PHONY: $(PROJECT).pdf clean clobber $(PROJECT).pdf: $(PROJECT).tex latexmk -use-make $< clean: latexmk -c clobber: latexmk -C