.PHONY: check clean
.SUBDIRS: test camlp4 src

.DEFAULT: src/habc-xml$(EXE)

clean:
	ocaml-clean habc-xml$(EXE)
