aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-06 02:13:51 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-06 02:13:51 +0200
commitd9131c3fc65f72fb3c676e52228c6048eb04c5f1 (patch)
treefd76aea3524eae9f2baccae022599faba8e2a779 /Makefile
parentbump jekyll-theme (diff)
downloadwireguard-config-d9131c3fc65f72fb3c676e52228c6048eb04c5f1.tar.gz
wireguard-config-d9131c3fc65f72fb3c676e52228c6048eb04c5f1.zip
Makefile: consistent prelude
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45b1d3e..d6c6d61 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))