Skip to content

Commit

Permalink
Use correct command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Nov 1, 2024
1 parent 33b0807 commit 3123966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(instrumentation-cheat-sheets) : instrumentation-cheat-sheet.tex instrumentatio
else \
echo '\def\octaveOffset{2}' > .octave-offset.tex; \
fi
for _ in {1..2}; do lualatex -interaction=errorstopmode --shell-escape $<; done
for _ in {1..2}; do lualatex --interaction=errorstopmode --shell-escape $<; done
mv $(basename $<).pdf $@

instrumentation-cheat-sheet.bbl : instrumentation-cheat-sheet.bib instrumentation-cheat-sheet.tex $(notes)
Expand Down

0 comments on commit 3123966

Please sign in to comment.