Use bash with some options as the makefile shell so that recipes fail early

This commit is contained in:
Georges Dupéron 2018-09-11 19:19:23 +02:00
parent d78efe46ba
commit 801e49308f

View File

@ -1,3 +1,4 @@
SHELL = bash -euET -o pipefail -c
tmp_image := $(shell echo $$$$)
all: hello.nar hello.sizes signing-key.pub vm-image Makefile