From b66f4c7c1d1fec52283de179e0264abef511e8d8 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 31 Jul 2018 22:45:45 -0700 Subject: [PATCH] Remove unneeded env set --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a8017a..666a31b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GO ?= env CGO_ENABLED=0 $(shell command -v go 2> /dev/null) +GO ?= $(shell command -v go 2> /dev/null) DEP ?= $(shell command -v dep 2> /dev/null) NPM ?= $(shell command -v npm 2> /dev/null) MANIFEST_FILE ?= plugin.json