#!/usr/bin/make -f

%:
	dh $@ --builddirectory=debian/_build --buildsystem=golang

execute_before_dh_auto_install:
	rm -fv $(CURDIR)/debian/_build/bin/cmd
