Skip to content
Snippets Groups Projects
Verified Commit 36b1405a authored by Björn Ludwig's avatar Björn Ludwig
Browse files

refactor(thesis makefile): set interaction to batchmode to reduce shell outputs

parent e7c9badc
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ clean:
build:
cd $(SUBFOLDER); \
xelatex -shell-escape $(TARGET).tex; \
xelatex -interaction batchmode -shell-escape $(TARGET).tex; \
biber $(TARGET); \
xelatex -shell-escape $(TARGET).tex; \
xelatex -shell-escape $(TARGET).tex;
xelatex -interaction batchmode -shell-escape $(TARGET).tex; \
xelatex -interaction batchmode -shell-escape $(TARGET).tex;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment