diff --git a/Makefile b/Makefile index 96108b98..0e79de28 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ GOPATH := $(shell go env GOPATH) VERSION := $(shell cat ./version) LDFLAGS := "-X 'main.Commit=$(COMMIT)' -X 'main.Version=$(VERSION)'" DIST_LDFLAGS := $(LDFLAGS)" -s -w" +export GOPRIVATE=coopcloud.tech all: run test install build clean format check static