#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --with ocaml

execute_after_dh_auto_build:
	$(MAKE) -C src virt-top.1
