There was an error while loading. Please reload this page.
1 parent 88288ac commit 43b9a89Copy full SHA for 43b9a89
1 file changed
Makefile
@@ -1,3 +1,7 @@
1
+SHELL := bash
2
+.SHELLFLAGS := -eu -o pipefail -c
3
+MAKEFLAGS += --warn-undefined-variables
4
+
5
.DEFAULT_GOAL := test
6
7
.PHONY: test
0 commit comments