default:V: all

TARG=\
	event.dis\

all:V: $TARG

nuke:V: rm *.dis *.sbl

%.dis:	%.b
	limbo -gw $stem.b
