Index: translator/examples/hello.c
===================================================================
--- translator/examples/hello.c	(revision 134b86a0507148247f6d9b3cb3c99e475d9ae954)
+++ translator/examples/hello.c	(revision 1db2c5be186b17e66fbf9cdd4a6bffc6987810de)
@@ -1,6 +1,2 @@
-// "cfa hello.c fstream.c iostream.o"
-// "cfa -CFA hello.c > hello.i"
-// "cfa hello.i fstream.i iostream.o"
-
 #include "fstream.h"
 
@@ -14,2 +10,6 @@
     sout << "i:" << i << " j:" << j << " k:" << k << "\n";
 }
+
+// Local Variables: //
+// compile-command: "../../bin/cfa hello.c fstream.o iostream.o" //
+// End: //
