Use opts for aux

This commit is contained in:
Matthias Vogelgesang 2014-09-19 14:57:27 +02:00
parent 23c5099d3e
commit 6b5656d352
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ TEXC_OPTS += -shell-escape
all: $(PDF)
$(AUX):
$(TEXC) $(SRC)
$(TEXC) $(TEXC_OPTS) $(SRC)
$(PDF): $(AUX) $(SRC)
$(TEXC) $(TEXC_OPTS) $(SRC)