#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	$(MAKE) generate

override_dh_auto_install override_dh_auto_test:
	# nothing to do
