
	cc -O -c $*
	cp $* /bb/run/src
	cp $* src
	rm movit.tmp
	echo $* | sed -e '1,$s/\.c/\.o/g' >movit.tmp
	cp `cat movit.tmp` /bb/run/bin
