fix: use Bash in the makefile
This commit is contained in:
parent
c0cbb5d6c3
commit
11f29bba5e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -24,6 +24,9 @@ endif
|
||||||
LDFLAGS += -X nocternity.net/gomonop/pkg/version.commit=${GIT_COMMIT}
|
LDFLAGS += -X nocternity.net/gomonop/pkg/version.commit=${GIT_COMMIT}
|
||||||
LDFLAGS += -X nocternity.net/gomonop/pkg/version.status=${GIT_STATUS}
|
LDFLAGS += -X nocternity.net/gomonop/pkg/version.status=${GIT_STATUS}
|
||||||
|
|
||||||
|
# Use bash as the shell, mostly for -o pipefail
|
||||||
|
SHELL = /usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: build
|
all: build
|
||||||
|
|
Loading…
Reference in a new issue