#!/usr/bin/make -f

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with ocaml

override_dh_auto_build:
	$(MAKE) $(OCAML_BEST)

override_dh_auto_clean:
	make clean
