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 \ TEX_SOURCES = $(wildcard *.tex)
endpoints.tex applications.tex conclusion.tex \
applications-ulo-table.tex collecter.tex
report.pdf: $(TEX_SOURCES) references.bib report.pdf: $(TEX_SOURCES) references.bib
pdflatex $< pdflatex report.tex
biber $(basename $<) biber report
pdflatex $< pdflatex report.tex
view: report.pdf view: report.pdf
mupdf $< mupdf $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment