#!/usr/bin/make -f

%:
	dh $@ --buildsystem=golang --with=golang

override_dh_auto_install:
	find
	rm -rf obj*/bin
	dh_auto_install
