[Makefile] Make sure to use bash

This commit is contained in:
Junegunn Choi
2020-12-31 12:56:07 +09:00
parent 151252e33a
commit 012ee9ca85

View File

@@ -1,3 +1,4 @@
SHELL := bash
GO ?= go
GOOS ?= $(word 1, $(subst /, " ", $(word 4, $(shell go version))))