-
Andreas Schärtl authoredAndreas Schärtl authored
Makefile 384 B
TEX_SOURCES = report.tex abstract.tex intro.tex \
endpoints.tex applications.tex conclusion.tex \
applications-ulo-table.tex collecter.tex
report.pdf: $(TEX_SOURCES) references.bib
pdflatex $<
biber $(basename $<)
pdflatex $<
view: report.pdf
mupdf $<
clean:
rm -f report.pdf
rm -f *.aux *.bbl *.blg *.dvi *.log *.pdf *.out
rm -f *.bcf *.run.xml
.PHONY: view clean