.PHONY: check clean
.SUBDIRS: test src

.DEFAULT: habc$(EXE)

habc$(EXE): src/habc$(EXE)
	cp $^ $@

clean:
	ocaml-clean habc$(EXE)
