mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
Fix makefile
This commit is contained in:
parent
723c4b0175
commit
50c98dc642
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ imgpdf = $(wildcard img/*.pdf)
|
|||
|
||||
.PHONY: all clean
|
||||
|
||||
all: \((pdf) \)(imgpdf)
|
||||
all: $(pdf) $(imgpdf)
|
||||
|
||||
%.pdf: %.tex \((wildcard src/*.tex) \)(wildcard *.bib) $(imgpdf)
|
||||
%.pdf: %.tex $(wildcard src/*.tex) $(wildcard *.bib) $(imgpdf)
|
||||
latexmk -pdf -xelatex -shell-escape -file-line-error -synctex=1 -halt-on-error -shell-escape $<
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue