diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |