diff --git a/Makefile b/Makefile index 176d325..edc14da 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