#!/usr/bin/make -f


export GOCACHE := /tmp/gocache
%:
	dh $@  


