#!/usr/bin/make -f

export GOCACHE := /tmp/gocache

%:
	dh $@ --with dkms

override_dh_auto_install:
	make install DESTDIR=./debian/uos-resource-manager
