#!/usr/bin/make -f

%:
	dh $@

ifneq (,$(filter pkg.dh-ocaml.bootstrap, $(DEB_BUILD_PROFILES)))
execute_after_dh_auto_build:
	$(MAKE) -B helper.exe
endif
