#! /bin/csh -f
cp .make Makefile
foreach i (*.c)
	(cc -M $i >> Makefile) >& /dev/null
end
make -k
