From 0b9a1bbe50e7f774c6568d7239a823645891a0c8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 27 Mar 2018 16:22:10 -0700 Subject: [PATCH] Makefile: Drop bu3 We no longer need bu3. Maybe this is because of 404233c3 (cv.tex: Drop teaching / research notes and posters, 2018-02-16)? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b31467..cef7b25 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BIBS = bu1 bu2 bu3 +BIBS = bu1 bu2 cv.pdf: cv.tex $(BIBS:%=%.bbl) $(BIBS:%=%.blg) pdflatex "$<" -- 2.26.2