mirror of
https://forge.s1gm4.eu/GENIOMHE/multivariate-statistics.git
synced 2023-09-27 19:01:42 +02:00
7 lines
92 B
Makefile
7 lines
92 B
Makefile
|
options=-shell-escape -file-line-error
|
||
|
|
||
|
all: main.pdf
|
||
|
|
||
|
%.pdf: %.tex
|
||
|
lualatex $(options) $<
|