diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-04-01 18:27:14 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-04-01 18:27:14 +0200 |
commit | 6ab3ac3dff6a7b9405184b4b45334bbc7f0dbee1 (patch) | |
tree | 4dc072309507cdadb3679f1ad8fda28abca8058f /ma/Makefile | |
parent | a803d10b035865ef3049168777d1069b5e1917f4 (diff) | |
download | master-thesis-6ab3ac3dff6a7b9405184b4b45334bbc7f0dbee1.tar.gz master-thesis-6ab3ac3dff6a7b9405184b4b45334bbc7f0dbee1.tar.bz2 master-thesis-6ab3ac3dff6a7b9405184b4b45334bbc7f0dbee1.zip |
Update thesis
Diffstat (limited to 'ma/Makefile')
-rw-r--r-- | ma/Makefile | 4 |
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: |