aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-20 11:00:14 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-20 11:00:14 +0200
commitb7a122fc0a35ba84f208f86fbda8f8439218a87a (patch)
tree7dbba11116746544c532fab4fad65f0a54248ca0 /Makefile
parentapp.py: print HTTP status when CGIing (diff)
downloadvoid-b7a122fc0a35ba84f208f86fbda8f8439218a87a.tar.gz
void-b7a122fc0a35ba84f208f86fbda8f8439218a87a.zip
Makefile: consistent prelude
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bae193c..a735f3a 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))