diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-01 23:00:00 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-01 23:00:00 -0500 |
commit | 836cd0a939b82974fc18c9b31421174fed2659d4 (patch) | |
tree | cdf0003e69dcc2c02e2a3762542e0b2fe3008007 /report | |
parent | b84991f66252f926d09bda1738f407bc6139b56d (diff) |
updated report/Makefile.
Diffstat (limited to 'report')
-rw-r--r-- | report/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/Makefile b/report/Makefile index 6c8e958..307819f 100644 --- a/report/Makefile +++ b/report/Makefile @@ -12,7 +12,7 @@ PDF = combox-report.pdf REPORT_TEX = combox.tex REPORT_AUX = combox.aux -REPORT_INCLUDES = graphs/*.tex chapters/*.tex bib/combox.bib appendix/*.tex +REPORT_INCLUDES = graphs/*.tex chapters/*.tex bib/combox.bib appendix/*.tex prologue/*.tex DVI = combox.dvi all: $(PDF) |