diff options
Diffstat (limited to 'src/monitor/Makefile')
-rw-r--r-- | src/monitor/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |