monitor.exe: monitor.obj

LINK =
.obj.exe:
	link/notrace$(LINK) $?, vaxc/opt

CC =
.c.obj:
	cc/optimize=noinline$(CC) $*
