diff --git a/Makefile b/Makefile index b497f94..6dd1691 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ .PHONY: test test-short test-cover lint build install clean help cross release-notes +SHELL := /bin/bash + +SHELL := /bin/bash + # Versioning (override on command line or via env for releases) VERSION ?= dev-$(shell git describe --tags --always --dirty 2>/dev/null || echo unknown) COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)