From bd6ec2cca1304e8cae3ddc83af1c1398f62f9bde Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 6 May 2022 02:12:44 +0200 Subject: Makefile: consistent prelude --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e0613f8..6e21dd9 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ MAKEFLAGS += --no-builtin-rules --no-builtin-variables --warn-undefined-variables +unexport MAKEFLAGS .DEFAULT_GOAL := all .DELETE_ON_ERROR: .SUFFIXES: SHELL := bash -.SHELLFLAGS := -e -o pipefail -c +.SHELLFLAGS := -eu -o pipefail -c escape = $(subst ','\'',$(1)) -- cgit v1.2.3