summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-12-23 02:07:50 +0100
committerNao Pross <naopross@thearcway.org>2019-12-23 02:07:50 +0100
commite1df7ad7fd6ab5a0bf79bfe06e51a6dd3dd9e682 (patch)
treeb98b4d1bb5069f4e326a2fbd0803ab5597d57f52 /makefile
parentAdd Quantities and Postulates (diff)
downloadPh1Mech-e1df7ad7fd6ab5a0bf79bfe06e51a6dd3dd9e682.tar.gz
Ph1Mech-e1df7ad7fd6ab5a0bf79bfe06e51a6dd3dd9e682.zip
Add postulates start energy and deformation
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)