comparison ctobin @ 110:336da6ce8174

Merge
author Mike Pavone <pavone@retrodev.com>
date Wed, 06 Oct 2010 23:48:32 +0000
parents 43cc42df26cc
children e556416e9c91
comparison
equal deleted inserted replaced
109:b7df624895b2 110:336da6ce8174
16 16
17 if test -z $CC; then 17 if test -z $CC; then
18 CC="gcc" 18 CC="gcc"
19 fi 19 fi
20 20
21 echo "$CC -o $bin $2 $1.c blueprint.c context.c fixed_alloc.c object.c"
21 $CC -o $bin $2 "$1.c" blueprint.c context.c fixed_alloc.c object.c 22 $CC -o $bin $2 "$1.c" blueprint.c context.c fixed_alloc.c object.c
22 23
23 cd .. 24 cd ..
24 25