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

main: *.tex
	latexmk -pdf book.tex

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