We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6db512d + 71cae31 commit 6856c77Copy full SHA for 6856c77
Makefile
@@ -21,7 +21,7 @@
21
###
22
23
# Default shell `/bin/sh` has different meanings depending on the platform.
24
-SHELL := $(shell command -v bash)
+SHELL := $(shell command -v bash;)
25
GO ?= go
26
GO_LDFLAGS:= $(shell if $(GO) version|grep -q gccgo ; then echo "-gccgoflags"; else echo "-ldflags"; fi)
27
GOCMD = CGO_ENABLED=$(CGO_ENABLED) GOOS=$(GOOS) GOARCH=$(GOARCH) $(GO)
0 commit comments