summaryrefslogtreecommitdiff
path: root/Makefile
blob: c062f37e108a7d9f0717cc8144f1bbb54183db1c (plain)
1
2
3
4
5
6
7

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}