summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/k8splugin/Makefile3
-rw-r--r--src/monitor/Makefile2
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