fix(Makefile): GOPROXY default

This commit is contained in:
Markus Pesch 2019-11-12 21:57:42 +01:00
parent dad580ba0f
commit caf84ad119
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@
# VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD)
VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD)
# GO SETTINGS
# Defines a proxy server to download dependent libraries. If no proxy is
# defined, "direct" is used. See configuration options:
# - https://golang.org/cmd/go/#hdr-Module_downloading_and_verification
# - go help module-private
GOPROXY?=direct
# EXECUTABLE
# Executable binary which should be compiled for different architecures
EXECUTABLE:=dhdu