summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-11 21:18:21 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-11 21:18:21 +0100
commit2f73da255a874544874cc943e4570251cec66b3b (patch)
tree7f6ac0f19c7d3eb9c6813ed52348d11c32dc10c0
parent6057feb2544abd86131adaf2ac4eeca2f1a926bb (diff)
downloadoopsla21_fvhls-2f73da255a874544874cc943e4570251cec66b3b.tar.gz
oopsla21_fvhls-2f73da255a874544874cc943e4570251cec66b3b.zip
Compile with pdftex instead
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 096e62d..e33baa0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- latexmk -lualatex -shell-escape main.tex
+ latexmk -pdf -shell-escape main.tex
.PHONY: all clean