diff ctobin @ 105:43cc42df26cc

Various compiler improvements
author Mike Pavone <pavone@retrodev.com>
date Tue, 24 Aug 2010 23:22:17 -0400
parents dbe95bfec970
children e556416e9c91
line wrap: on
line diff
--- a/ctobin	Wed Aug 11 03:13:28 2010 -0400
+++ b/ctobin	Tue Aug 24 23:22:17 2010 -0400
@@ -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 ..