summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-12-31 12:56:07 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-12-31 12:57:57 +0900
commit012ee9ca8504f2461345d1b111f3f53742faeb62 (patch)
treed725f8cccd9e4754b822ccad50a3c5e5ca2d5e04 /Makefile
parent151252e33a225fd556bc972975be81c3c9d1bdc0 (diff)
[Makefile] Make sure to use bash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f92e73ed..3857b2ea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+SHELL := bash
GO ?= go
GOOS ?= $(word 1, $(subst /, " ", $(word 4, $(shell go version))))