Index: doc/theses/mike_brooks_MMath/benchmarks/list/Makefile
===================================================================
--- doc/theses/mike_brooks_MMath/benchmarks/list/Makefile	(revision f3ba69d1576e704a768be69c7533d7778719ef91)
+++ doc/theses/mike_brooks_MMath/benchmarks/list/Makefile	(revision 90a3a8963def3a394c24bba01c060baa989cdfb2)
@@ -1,2 +1,10 @@
+# For correctness, see test-correctness.sh.
+# For performance:
+#	pushd ~/cfax
+#	~/setcfa build-fast
+# 	popd
+#	make perfprogs CFA=$cfa -j8 MODE=performance
+# 	make results-latest.csv RUNARGS=5 RUN_NUM_REPS=5
+
 
 CFA = cfa
Index: doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness.sh
===================================================================
--- doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness.sh	(revision f3ba69d1576e704a768be69c7533d7778719ef91)
+++ doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness.sh	(revision 90a3a8963def3a394c24bba01c060baa989cdfb2)
@@ -1,3 +1,9 @@
 echo Should you make clean?
+  # if so
+  # pushd ~/cfax
+  # . ~/setcfa build-med
+  # popd
+  # make perfprogs CFA=$cfa -j8 MODE=correctness
+
 
 # Accept by eyeball when all you see is
