Skip to content

Commit e8fd7a7

Browse files
committed
ensure fast failure in make targets
1 parent dae362f commit e8fd7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.DEFAULT_GOAL := help
1111

1212
SHELL := /bin/bash
13-
#.SHELLFLAGS := -e -o pipefail -c
13+
.SHELLFLAGS := -e -o pipefail -c
1414
MAKE_C := $(MAKE) --no-print-directory --directory
1515

1616
# Operating system

0 commit comments

Comments
 (0)