summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca1d689..e932a58 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ CONFIG_FOLDER := configs
BUILD_COMMAND := xelatex
BUILD_COMMAND_BIB := bibtex
BUILD_DEBUG := -halt-on-error
-BUILD_ARGS := --interaction=patchmode
+BUILD_ARGS := --interaction=batchmode
BUILD := $(BUILD_COMMAND) $(BUILD_DEBUG) $(BUILD_ARGS)
BUILD_BIB := $(BUILD_COMMAND_BIB)