From 1013e2d86165ec1bc21ff31daae153ab5b9bb235 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 19 Jun 2020 17:57:01 -0700 Subject: [PATCH] --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index ca0b485..66db5aa 100644 --- a/makefile +++ b/makefile @@ -5,6 +5,9 @@ autobuild: pdf:daniel_watson_cv_one_page.pdf makefile +daniel_watson_cover_letter.pdf:daniel_watson_cover_letter.tex + latexmk -pdf $? + daniel_watson_cv.pdf:daniel_watson_cv.tex latexmk -pdf $? -- 2.30.2