Index: src/examples/gc_no_raii/.gitignore
===================================================================
--- src/examples/gc_no_raii/.gitignore	(revision 4ef8fb38d3b42ac4dcb9c6ad316497c6f321c4fd)
+++ src/examples/gc_no_raii/.gitignore	(revision eb4f2018d059312ad65fca8c43161fcb2a94b149)
@@ -1,5 +1,4 @@
 .tags
 .tags*
-cfa
-cfa_link
+gc-test
 build/
Index: src/examples/gc_no_raii/premake4.lua
===================================================================
--- src/examples/gc_no_raii/premake4.lua	(revision 4ef8fb38d3b42ac4dcb9c6ad316497c6f321c4fd)
+++ src/examples/gc_no_raii/premake4.lua	(revision eb4f2018d059312ad65fca8c43161fcb2a94b149)
@@ -20,5 +20,5 @@
 
 -- Build Options:
-buildOptions = {""}
+buildOptions = {"\n  CC = cfa\n  CXX = cfa"}
 
 solution "GC-no-RAII"
Index: c/examples/gc_no_raii/regen_makefile.sh
===================================================================
--- src/examples/gc_no_raii/regen_makefile.sh	(revision 4ef8fb38d3b42ac4dcb9c6ad316497c6f321c4fd)
+++ 	(revision )
@@ -1,6 +1,0 @@
-#!/bin/sh
-
-premake4 clean
-premake4 gmake
-sed '/# GNU Make project makefile autogenerated by Premake/a CC = cfa\nCXX = cfa\n' build/Makefile > out
-mv out build/Makefile
