Index: doc/theses/aaron_moss_PhD/phd/Makefile
===================================================================
--- doc/theses/aaron_moss_PhD/phd/Makefile	(revision 060b12d217afd5cdbc571e34d70c3152dd889ea1)
+++ doc/theses/aaron_moss_PhD/phd/Makefile	(revision 83a096484bb3bcfd9b798e95f52117de529f5f42)
@@ -41,4 +41,5 @@
 per-prob-histo \
 per-prob-depth \
+cfa-time \
 }
 
@@ -77,4 +78,7 @@
 	gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob-scatter.gp
 
+cfa-time.tex : cfa-plots.gp cfa-time.tsv cfa-mem.tsv ${BUILD}
+	gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/cfa-plots.gp
+
 ${BUILD}: 
 	mkdir -p ${BUILD}
