|
@@ -1,6 +1,7 @@
|
|
|
# set the shell to bash always
|
|
# set the shell to bash always
|
|
|
SHELL := /bin/bash
|
|
SHELL := /bin/bash
|
|
|
|
|
|
|
|
|
|
+
|
|
|
# set make and shell flags to exit on errors
|
|
# set make and shell flags to exit on errors
|
|
|
MAKEFLAGS += --warn-undefined-variables
|
|
MAKEFLAGS += --warn-undefined-variables
|
|
|
.SHELLFLAGS := -euo pipefail -c
|
|
.SHELLFLAGS := -euo pipefail -c
|