Skip to content

Commit 42e95bf

Browse files
committed
cleanup Makefile
1 parent 2fa3a71 commit 42e95bf

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Makefile

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
# Set shell to bash
2+
SHELL = /usr/bin/env bash
3+
.SHELLFLAGS = -o pipefail -ec
124

135
##@ Development
146

0 commit comments

Comments
 (0)