TARGETS = discover.bc make_prec_dep.bc gen_blas_kind.bc

.PHONY: all clean

all:
	@dune build $(TARGETS)

clean:
	@dune clean
