aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makefile_escaping/quoting_args.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefile_escaping/quoting_args.mk')
-rw-r--r--makefile_escaping/quoting_args.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefile_escaping/quoting_args.mk b/makefile_escaping/quoting_args.mk
index d27c81d..ff55f51 100644
--- a/makefile_escaping/quoting_args.mk
+++ b/makefile_escaping/quoting_args.mk
@@ -1,3 +1,10 @@
+MAKEFLAGS += --warn-undefined-variables
+.DEFAULT_GOAL := all
+.DELETE_ON_ERROR:
+.SUFFIXES:
+SHELL := bash
+.SHELLFLAGS := -e -o pipefail -c
+
test_var := Same line?
export test_var