Index: doc/theses/mike_brooks_MMath/Makefile
===================================================================
--- doc/theses/mike_brooks_MMath/Makefile	(revision bbf6a180ec56c3a8bde4df5c6038321c5d74f130)
+++ doc/theses/mike_brooks_MMath/Makefile	(revision 1a9592ab2c5ab78d6f8e4f15a70830b749327133)
@@ -24,4 +24,5 @@
 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && pdflatex -halt-on-error -output-directory=${Build}
 BibTeX = BIBINPUTS=${BibLIB} && export BIBINPUTS && bibtex
+CFA = cfa
 
 # Rules and Recipes
@@ -54,4 +55,4 @@
 
 %-demo: %-demo.cfa
-	cfa $< -o ${Build}/$@
+	${CFA} $< -o ${Build}/$@
 
