7 lines
92 B
Makefile
7 lines
92 B
Makefile
|
options=-shell-escape -file-line-error
|
||
|
|
||
|
all: main.pdf
|
||
|
|
||
|
%.pdf: %.tex
|
||
|
lualatex $(options) $<
|