#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_test:
	rm -fv _build/src/github.com/kr/binarydist/test.*
