Remove unneeded env set

This commit is contained in:
Christopher Speller 2018-07-31 22:45:45 -07:00
parent debd9c11ed
commit b66f4c7c1d
No known key found for this signature in database
GPG key ID: 7B4D7D96DB34F1BF

View file

@ -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