ref: bfbee0e43fd147a6cfa1289e37c06f271adb0af4 dir: /bin/cc/
#!/bin/rc -e rfork e . /$objtype/mkfile while(~ $1 -* && ! ~ $1 --){ CFLAGS=($CFLAGS $1) shift } if(~ $1 --) shift $CC $CFLAGS $1.c $LD -o $1 $1.$O