diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-11-04 12:46:51 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-11-04 12:46:51 -0500 |
commit | 8c6872313db2f637bc1c08b94d43c9f4695f46df (patch) | |
tree | 9dd4e3a0d9c414f31c700203aabda9710d3a7fe6 /markley/Makefile | |
parent | 8d049d4403d748d3a3d94fe4832d5a0df07d3443 (diff) |
added essay three ugh
Diffstat (limited to 'markley/Makefile')
-rw-r--r-- | markley/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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}} |