summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index cc3c890..1b3b57d 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@ SOURCES := $(wildcard ./*.tex)
PAGES := $(patsubst %.tex, $(OUTDIR)/%.pdf, $(SOURCES))
TEX := xelatex
-TEXARGS := --output-directory $(OUTDIR) --interaction=batchmode --8bit
+TEXARGS := --output-directory $(OUTDIR) --interaction=nonstopmode --8bit
all: $(PAGES)