TARGETS = $(addsuffix .bc, bnf)

.PHONY: all clean

all:
	@dune build $(TARGETS)

clean:
	@dune clean
