RUNFLAGS = -d

all:
	../run.sh $(RUNFLAGS) *.mo *.drun

accept:
	../run.sh $(RUNFLAGS) -a *.mo *.drun

clean:
	rm -rf _out

include ../*.mk
