Remove unneeded env set
This commit is contained in:
parent
debd9c11ed
commit
b66f4c7c1d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
DEP ?= $(shell command -v dep 2> /dev/null)
|
||||||
NPM ?= $(shell command -v npm 2> /dev/null)
|
NPM ?= $(shell command -v npm 2> /dev/null)
|
||||||
MANIFEST_FILE ?= plugin.json
|
MANIFEST_FILE ?= plugin.json
|
||||||
|
|
Reference in a new issue