ALL = grab lpunch
BASIC =
LINK =

all : $(ALL)

$(ALL).EXE : $*.obj
	link$(LINK) $*

.bas.obj :
	basic$(BASIC) $*

.mar.obj :
	macro $*
