summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: a77f6e1975edd137f0a291fe742a2289365c8c43 (plain)
1
2
3
4
5
6
7
8
9
all: Logbook.pdf

Logbook.pdf: Logbook.tex *.tex *.sty
	xelatex $<
	xelatex $<	# to include generated ToC
	xdg-open $@

clean:
	rm -f Logbook.{pdf,aux,toc,log}