Codebase list golang-goprotobuf / fdaf4115-3eb9-4fe5-b77a-b2636446ef45/main debian / rules
fdaf4115-3eb9-4fe5-b77a-b2636446ef45/main

Tree @fdaf4115-3eb9-4fe5-b77a-b2636446ef45/main (Download .tar.gz)

rules @fdaf4115-3eb9-4fe5-b77a-b2636446ef45/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export BUILDDIR := $(CURDIR)/_build

%:
	dh $@ --builddirectory=$(BUILDDIR) --buildsystem=golang --with golang