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

build(Makefile): introduce quick-build for thesis

parent 93836df3
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,7 @@ build:
biber $(TARGET); \
xelatex -shell-escape $(TARGET).tex; \
xelatex -shell-escape $(TARGET).tex
quick-build:
cd $(SUBFOLDER); \
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