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.
1 parent 2fa3a71 commit 42e95bfCopy full SHA for 42e95bf
Makefile
@@ -1,14 +1,6 @@
1
-# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
2
-ifeq (,$(shell go env GOBIN))
3
-GOBIN=$(shell go env GOPATH)/bin
4
-else
5
-GOBIN=$(shell go env GOBIN)
6
-endif
7
-
8
-# Setting SHELL to bash allows bash commands to be executed by recipes.
9
-# Options are set to exit when a recipe line exits non-zero or a piped command fails.
10
-SHELL = /usr/bin/env bash -o pipefail
11
-.SHELLFLAGS = -ec
+# Set shell to bash
+SHELL = /usr/bin/env bash
+.SHELLFLAGS = -o pipefail -ec
12
13
##@ Development
14
0 commit comments