From 439a8f951ef2478b367de882c5d55df2b6193ab0 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 19 Nov 2019 21:18:07 +0100 Subject: [PATCH] Depend on bib/acro and build with minted --- work/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/work/Makefile b/work/Makefile index 36daea3..e713dda 100644 --- a/work/Makefile +++ b/work/Makefile @@ -2,8 +2,8 @@ build: 01paper.pdf -%.pdf: %.tex - latexmk -pdf $< -f +%.pdf: %.tex bibliography.bib acronyms.tex + latexmk -shell-escape -pdf $< -f clean: rm -f *.acn *.acr *.alg *.aux *.bbl *.blg *.clg *.cyg *.cyi *.fdb_latexmk \