Index: doc/theses/mike_brooks_MMath/Makefile
===================================================================
--- doc/theses/mike_brooks_MMath/Makefile	(revision bbf6a180ec56c3a8bde4df5c6038321c5d74f130)
+++ doc/theses/mike_brooks_MMath/Makefile	(revision 7a1b7e6a157634659c964c35fb6d02e8863a955a)
@@ -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}/$@
 
