interaction=nonstopmode
This commit is contained in:
parent
c5dfcb1d03
commit
2a2503bdce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ FULLNAME = Lettre
|
|||
DIRECTORIES = $(filter-out "." ".git",$(shell find . -maxdepth 1 -type d -printf "\"%f\" "))
|
||||
TEMPLATE = Template
|
||||
|
||||
TEXMK = latexmk -lualatex
|
||||
TEXMK = latexmk -lualatex -interaction=nonstopmode
|
||||
RM = rm -f
|
||||
CP = cp -r
|
||||
|
||||
|
|
Loading…
Reference in a new issue