From b7c6d766ad1b0ce2aebf650f075449dbbb69515b Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Sun, 17 Jan 2016 16:11:02 -0500 Subject: Added graphs to chapter 5. --- report/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'report/Makefile') diff --git a/report/Makefile b/report/Makefile index 3317a32..6b58488 100644 --- a/report/Makefile +++ b/report/Makefile @@ -10,7 +10,8 @@ # 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: -- cgit v1.2.3