From b227054b52e9052a421b33ff6f7a12628a20f032 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Mon, 11 Jul 2022 20:47:32 -0700 Subject: [PATCH] error if any step fails. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 176d3253..edc14daa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ .ONESHELL: # Applies to every targets in the file! .ONESHELL instructs make to invoke a single instance of the shell and provide it with the entire recipe, regardless of how many lines it contains. +.SHELLFLAGS = -ec ######################################################################################################################## # Global Env Settings