interaction=nonstopmode
This commit is contained in:
parent
340c9ecf1e
commit
77ab5636a0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ NAMES = cv
|
||||||
TEX = $(foreach i,$(NAMES),$(i).tex)
|
TEX = $(foreach i,$(NAMES),$(i).tex)
|
||||||
PDF = $(TEX:.tex=.pdf)
|
PDF = $(TEX:.tex=.pdf)
|
||||||
|
|
||||||
TEXMK = latexmk -lualatex
|
TEXMK = latexmk -lualatex -interaction=nonstopmode
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue