From: Luigi Pinca Date: Fri, 5 Apr 2013 16:57:14 +0000 (+0200) Subject: updated Makefile to ensure that the build will fail in case of errors X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=4017711439cb395d50fd50109a30f2193b1e90c4;p=binbsis50.git updated Makefile to ensure that the build will fail in case of errors --- diff --git a/Makefile b/Makefile index 3c11be8..65ed692 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL=/bin/bash -o pipefail + default: @: