remove useless shell-escape
This commit is contained in:
parent
8b8924f4ba
commit
cf2b240018
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ NAMES = cv
|
|||
TEX = $(foreach i,$(NAMES),$(i).tex)
|
||||
PDF = $(TEX:.tex=.pdf)
|
||||
|
||||
TEXMK = latexmk -lualatex -shell-escape
|
||||
TEXMK = latexmk -lualatex
|
||||
RM = rm -rf
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue