error if any step fails.

This commit is contained in:
Jason Kulatunga
2022-07-11 20:47:32 -07:00
parent 66bd6f99c5
commit b227054b52
+1
View File
@@ -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