diff options
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}} |