diff options
author | Nao Pross <naopross@thearcway.org> | 2019-12-23 02:07:50 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-12-23 02:07:50 +0100 |
commit | e1df7ad7fd6ab5a0bf79bfe06e51a6dd3dd9e682 (patch) | |
tree | b98b4d1bb5069f4e326a2fbd0803ab5597d57f52 /makefile | |
parent | Add Quantities and Postulates (diff) | |
download | Ph1Mech-e1df7ad7fd6ab5a0bf79bfe06e51a6dd3dd9e682.tar.gz Ph1Mech-e1df7ad7fd6ab5a0bf79bfe06e51a6dd3dd9e682.zip |
Add postulates start energy and deformation
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) |