comparison ctobin @ 81:dbe95bfec970

Very basic file access is now working; however, there's a bug involving assigning a literal to a named pipe inside a conditional block that needs fixing
author Mike Pavone <pavone@retrodev.com>
date Thu, 22 Jul 2010 05:39:08 +0000
parents 0083b2f7b3c7
children 43cc42df26cc
comparison
equal deleted inserted replaced
80:d78613686a38 81:dbe95bfec970
18 CC="gcc" 18 CC="gcc"
19 fi 19 fi
20 20
21 $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 22
23 cd ..
24