summaryrefslogtreecommitdiffstats
path: root/report/Makefile
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-17 16:11:02 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-17 16:11:02 -0500
commitb7c6d766ad1b0ce2aebf650f075449dbbb69515b (patch)
tree5b31a12eeea1233c3e53d5a6f491424587a6f055 /report/Makefile
parent3bbbfa332aba17d6b991b7bca39726d70e8ce6a8 (diff)
Added graphs to chapter 5.
Diffstat (limited to 'report/Makefile')
-rw-r--r--report/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/report/Makefile b/report/Makefile
index 3317a32..6b58488 100644
--- a/report/Makefile
+++ b/report/Makefile
@@ -10,7 +10,8 @@
# <https://creativecommons.org/publicdomain/zero/1.0/>
PDF = combox-report.pdf
-SRC = combox.tex
+REPORT = combox.tex
+REPORT_INCLUDES = graphs/*.tex chapters/*.tex
DVI = combox.dvi
all: $(PDF)
@@ -19,7 +20,7 @@ all: $(PDF)
$(PDF): $(DVI)
@dvipdf $< $@
-$(DVI): $(SRC)
+$(DVI): $(REPORT) $(REPORT_INCLUDES)
@latex $<; latex $<; latex $<
clean: