mirror of
https://forge.s1gm4.eu/GENIOMHE/machine-learning.git
synced 2023-09-27 18:56:25 +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) $<
|