From 1b24304b81e29e845dc984c89f19254f1f43b52c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 10 Mar 2024 12:00:33 +0100 Subject: [PATCH] nonstopmode --- report/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/Makefile b/report/Makefile index bbed92c..afa822d 100644 --- a/report/Makefile +++ b/report/Makefile @@ -4,7 +4,7 @@ TEX = $(NAME).tex SRC = $(TEX) PDF = $(TEX:.tex=.pdf) -TEXMK = latexmk -shell-escape -lualatex +TEXMK = latexmk -shell-escape -lualatex -interaction=nonstopmode all: $(PDF)