sequence-algorithms/Makefile

6 lines
116 B
Makefile
Executable File

options=-shell-escape -interaction=nonstopmode -file-line-error
all: main.pdf
%.pdf: %.tex
lualatex $(options) $<