CC = 
LINK = 

kfe.exe : kfe.obj
	link$(LINK) $?, c/opt, sys\$system:sys.stb/selective

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