#!/bin/rc echo 'OFILES=\' ls *.c | sed 's/\.c/\.$O\\/' | awk '{print "\t" $1 }'