master-thesis/doc/Makefile
Nico Schottelius 71825d21bd all doc in one dir
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2019-02-21 20:32:21 +01:00

12 lines
258 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 *.~