DOC = xAAL-motivations all: ${DOC}.pdf ${DOC}.pdf: ${DOC}.tex standards.png labo.bib latexmk -pdf ${DOC} clean: latexmk -c ${DOC} -rm -f ${DOC}.bbl ${DOC}.run.xml proper: clean latexmk -C ${DOC} .PHONY: all clean proper