TARGETS := test.cmi test.cmo

include ../../Makefile.ocaml

build: $(TARGETS)

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

clean:
	rm -f *.cm*