TARGETS := test.cmi test.cmo

include ../../Makefile.ocaml

build: $(TARGETS)

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

clean:
	rm -f *.cm*