.PHONY: all clean distclean all: latexmk clean: latexmk -c distclean: latexmk -C rm -f *.synctex.gz *.run.xml *.bbl *.bcf