diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-02-29 23:16:11 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-02-29 23:16:11 -0500 |
commit | 8df4b447a8838983c30b2227293d10ac1ad41b93 (patch) | |
tree | 8877728cabb53360a97a0a790bf7166ae52f402a /report/Makefile | |
parent | 2a5e5d1ea482216771013769e4bec0adefd8d69e (diff) |
Drafted Chapter 5.
Diffstat (limited to 'report/Makefile')
-rw-r--r-- | report/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/Makefile b/report/Makefile index 2b1a083..6c8e958 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 +REPORT_INCLUDES = graphs/*.tex chapters/*.tex bib/combox.bib appendix/*.tex DVI = combox.dvi all: $(PDF) |