aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-06 02:11:58 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-06 02:11:58 +0200
commit5cd34f38fbb0312e6897d187425144d1105b74ff (patch)
tree2900730f12a6e9b1d06d54b0dc72aab11e047a4c
parentbump jekyll-theme (diff)
downloadegor-tensin.github.io-5cd34f38fbb0312e6897d187425144d1105b74ff.tar.gz
egor-tensin.github.io-5cd34f38fbb0312e6897d187425144d1105b74ff.zip
Makefile: consistent prelude
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f0fed1..e08ed54 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))