Skip to content
Snippets Groups Projects
Commit 5573fb66 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

Makefile: use wildcard to get *tex files

parent 451c51df
No related branches found
No related tags found
No related merge requests found
TEX_SOURCES = report.tex abstract.tex intro.tex \
endpoints.tex applications.tex conclusion.tex \
applications-ulo-table.tex collecter.tex
TEX_SOURCES = $(wildcard *.tex)
report.pdf: $(TEX_SOURCES) references.bib
pdflatex $<
biber $(basename $<)
pdflatex $<
pdflatex report.tex
biber report
pdflatex report.tex
view: report.pdf
mupdf $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment