summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ab0303..7067096 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ DEFCONF_FOLDER := $(CURDIR)/configs
BUILD_COMMAND := latexmk
BUILD_SUBCMD := xelatex
-BUILD_ARGS := -f -halt-on-error -$(BUILD_SUBCMD) -bibtex -pdf
+BUILD_ARGS := -f -halt-on-error -$(BUILD_SUBCMD) -bibtex
ifeq ($(BUILD_VERBOSE),0)
BUILD_ARGS += --interaction=batchmode -silent
else