diff ctobin @ 110:336da6ce8174

Merge
author Mike Pavone <pavone@retrodev.com>
date Wed, 06 Oct 2010 23:48:32 +0000
parents 43cc42df26cc
children e556416e9c91
line wrap: on
line diff
--- a/ctobin	Wed Oct 06 23:47:26 2010 +0000
+++ b/ctobin	Wed Oct 06 23:48:32 2010 +0000
@@ -18,6 +18,7 @@
 	CC="gcc"
 fi
 
+echo "$CC -o $bin $2 $1.c blueprint.c context.c fixed_alloc.c object.c"
 $CC -o $bin $2 "$1.c" blueprint.c context.c fixed_alloc.c object.c
 
 cd ..