summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-24 02:20:54 +0100
committerNao Pross <np@0hm.ch>2021-12-24 02:20:54 +0100
commit11dc2304b779b2b00454ab2e82fb08b0d85deb4a (patch)
tree31bb7d28d61553123a65b9232ba41bbdcb60ee5c /makefile
parentFinal version? (diff)
downloadTheCrownBar-11dc2304b779b2b00454ab2e82fb08b0d85deb4a.tar.gz
TheCrownBar-11dc2304b779b2b00454ab2e82fb08b0d85deb4a.zip
BibliographyHEADmaster
Diffstat (limited to '')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index ae150e1..a701dc1 100644
--- a/makefile
+++ b/makefile
@@ -15,5 +15,6 @@ clean:
build/$(DOCNAME).pdf : $(SOURCES)
mkdir -p build
$(TEX) $(TEXARGS) $<
+ biber build/$(DOCNAME)
$(TEX) $(TEXARGS) $<
$(TEX) $(TEXARGS) $<