CC = 
LINK = 

object.exe : object.obj
	link$(LINK) object, c/option

.c.obj:
	cc$(CC) $*
