!ifndef MINC
MINC=../../make
!endif
!include $(MINC)/srcpath
$(NAME).exe: $(OBJS)
	$(LC) $(LINKR)
	@del *.obj
.asm.obj:
	$(AC) $(ACFR) $*.asm
.c.obj:
	$(CC) $(CCFR) $*.c
