diff options
-rw-r--r-- | src/k8splugin/Makefile | 3 | ||||
-rw-r--r-- | src/monitor/Makefile | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/k8splugin/Makefile b/src/k8splugin/Makefile index 55449947..bc5f0950 100644 --- a/src/k8splugin/Makefile +++ b/src/k8splugin/Makefile @@ -7,9 +7,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -GOPATH := $(shell realpath "$(PWD)/../../") - -export GOPATH ... export GO111MODULE=on .PHONY: plugins diff --git a/src/monitor/Makefile b/src/monitor/Makefile index b783bf63..8c6a851f 100644 --- a/src/monitor/Makefile +++ b/src/monitor/Makefile @@ -8,11 +8,9 @@ ############################################################################## PWD := $(shell pwd) -GOPATH := $(shell realpath "$(PWD)/../../") PLATFORM := linux BINARY := monitor -export GOPATH ... export GO111MODULE=on all: test build |