From 8c6872313db2f637bc1c08b94d43c9f4695f46df Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 4 Nov 2020 12:46:51 -0500 Subject: added essay three ugh --- markley/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'markley/Makefile') diff --git a/markley/Makefile b/markley/Makefile index 6911aaf..d67ae31 100644 --- a/markley/Makefile +++ b/markley/Makefile @@ -1,6 +1,6 @@ .POSIX: -all: essayone.pdf essaytwo.pdf +all: essayone.pdf essaytwo.pdf essaythree.pdf %.pdf: %.tex %.bib pdflatex $*.tex @@ -9,4 +9,4 @@ all: essayone.pdf essaytwo.pdf pdflatex $*.tex clean: - rm -f essay{one,two}{-blx.bib,.{aux,bbl,bcf,blg,log,out,pdf,run.xml}} + rm -f essay{one,two,three}{-blx.bib,.{aux,bbl,bcf,blg,log,out,pdf,run.xml}} -- cgit