aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c004261..e822d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
.PHONY: build clean live
build:
- latexmk -pdf -outdir=build main.tex
+ latexmk -shell-escape -pdf -outdir=build main.tex
live:
- latexmk -pdf -pvc -outdir=build main.tex
+ latexmk -shell-escape -pdf -pvc -outdir=build main.tex
clean:
latexmk -C -outdir=build main.tex