summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 08c9992..6cfaed7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,7 @@ HANDOUT_FOLDER := handouts
HANDOUT :=$(DEPLOY)/$(HANDOUT_FOLDER)
CONFIG_FOLDER := configs
-BUILD_COMMAND := xelatex
-BUILD_COMMAND_BIB := bibtex
+BUILD_COMMAND := latexmk -xelatex -bibtex -pdf
BUILD_DEBUG := -halt-on-error --interaction=errorstopmode
BUILD_ARGS :=
BUILD := $(BUILD_COMMAND) $(BUILD_DEBUG) $(BUILD_ARGS)