
main: *.tex
	latexmk -pdf book.tex

clean:
	rm -f texput.log book.{aux,bbl,blg,log,fls,fdb_latexmk,pdf,run.xml,out,toc,-blx.bib}

