summaryrefslogtreecommitdiff
path: root/a6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'a6/Makefile')
-rw-r--r--a6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/a6/Makefile b/a6/Makefile
index bc38dd3..bd3743b 100644
--- a/a6/Makefile
+++ b/a6/Makefile
@@ -16,10 +16,10 @@ custom: custom.cc Makefile
pdf: ${TEX_NAME}.pdf
${TEX_NAME}.bbl: ${TEX_NAME}.bcf
- biber --onlylog $<
+ biber --onlylog $< || biber $<
${TEX_NAME}.bcf: ${TEX_NAME}.tex
- xelatex --no-pdf --no-aux ${TEX_FLAGS} $<
+ xelatex --no-pdf ${TEX_FLAGS} $<
${TEX_NAME}.pdf: ${TEX_NAME}.tex ${TEX_NAME}.bbl
# xelatex --no-pdf ${TEX_FLAGS} $<