aboutsummaryrefslogtreecommitdiff
path: root/markley/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'markley/Makefile')
-rw-r--r--markley/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/markley/Makefile b/markley/Makefile
index d67ae31..e2e903b 100644
--- a/markley/Makefile
+++ b/markley/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-all: essayone.pdf essaytwo.pdf essaythree.pdf
+all: essayone.pdf essaytwo.pdf essaythree.pdf proposal.pdf
%.pdf: %.tex %.bib
pdflatex $*.tex
@@ -8,5 +8,9 @@ all: essayone.pdf essaytwo.pdf essaythree.pdf
pdflatex $*.tex
pdflatex $*.tex
+proposal.pdf: proposal.tex
+ pdflatex proposal.tex
+
clean:
- rm -f essay{one,two,three}{-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}} \
+ proposal.{log,pdf,aux,out}