TARGETS := A.cmi A.cmo B.cmi B.cmo test.cmo

include ../../Makefile.ocaml

build: $(TARGETS)

test-exit-code.%:
	@test $* -eq 0

clean:
	rm -f *.cm*