aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-06 02:14:39 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-06 02:14:39 +0200
commit1f89fa63c23b599c2a8d38adc4d7398c853a9b93 (patch)
tree2311d2b4363587693f95c57de4a5baaa28a36d4f
parentbump jekyll-theme (diff)
downloadblog-1f89fa63c23b599c2a8d38adc4d7398c853a9b93.tar.gz
blog-1f89fa63c23b599c2a8d38adc4d7398c853a9b93.zip
Makefile: consistent prelude
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ad5d9f..19408d7 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))