
main: *.tex
	latexmk -pdf book.tex

clean:
	rm -f texput.log report.{aux,log,fls,fdb_latexmk,pdf}

