master-thesis/doc/Makefile
Nico Schottelius e19e8cc32a Update doc
2019-08-07 15:55:53 +02:00

11 lines
259 B
Makefile

NOTE = !! change the next line to fit your filename; no spaces at file name end !!
FILE = Thesis
all:
pdflatex $(FILE)
# bibtex $(FILE)
pdflatex $(FILE)
pdflatex $(FILE)
clean:
rm -f *.dvi *.log *.aux *.bbl *.blg *.toc *.lof *.lot *.cb *.~