aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-06 02:12:44 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-06 02:12:44 +0200
commitbd6ec2cca1304e8cae3ddc83af1c1398f62f9bde (patch)
tree4f43590984db6658a6d64788744ad94e01d32ac4
parentbump jekyll-theme (diff)
downloadsorting-algorithms-bd6ec2cca1304e8cae3ddc83af1c1398f62f9bde.tar.gz
sorting-algorithms-bd6ec2cca1304e8cae3ddc83af1c1398f62f9bde.zip
Makefile: consistent prelude
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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))