summaryrefslogtreecommitdiff
path: root/ma/Makefile
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-04-01 18:27:14 +0200
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-04-01 18:27:14 +0200
commit6ab3ac3dff6a7b9405184b4b45334bbc7f0dbee1 (patch)
tree4dc072309507cdadb3679f1ad8fda28abca8058f /ma/Makefile
parenta803d10b035865ef3049168777d1069b5e1917f4 (diff)
downloadmaster-thesis-6ab3ac3dff6a7b9405184b4b45334bbc7f0dbee1.tar.gz
master-thesis-6ab3ac3dff6a7b9405184b4b45334bbc7f0dbee1.tar.bz2
master-thesis-6ab3ac3dff6a7b9405184b4b45334bbc7f0dbee1.zip
Update thesis
Diffstat (limited to 'ma/Makefile')
-rw-r--r--ma/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ma/Makefile b/ma/Makefile
index 3645f5f..f693b51 100644
--- a/ma/Makefile
+++ b/ma/Makefile
@@ -9,9 +9,9 @@ MAKEFLAGS += --no-builtin-rules
all: safety_reset.pdf
%.pdf: %.tex %.bib
- pdflatex $<
+ pdflatex -shell-escape $<
biber $*
- pdflatex $<
+ pdflatex -shell-escape $<
.PHONY: clean
clean: