aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-17 14:52:16 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-17 14:52:36 +0000
commit58b225053527deaba60d681507ccd2a6abb236c3 (patch)
tree679b2f5239b6e73b814ee2da4c603871b138750c
parentAllow small rounding errors for bee_waggle_6 (diff)
downloadTCPD-58b225053527deaba60d681507ccd2a6abb236c3.tar.gz
TCPD-58b225053527deaba60d681507ccd2a6abb236c3.zip
Ensure bash shell is used
We need the "source" command to be available.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a6598dd..74ae149 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@
# License: See LICENSE file.
#
+SHELL := bash
+.SHELLFLAGS := -eu -o pipefail -c
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules