diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-06 02:11:10 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-06 02:11:10 +0200 |
commit | 16a64ac665e5daf182f8cd16ef67a73e643bba66 (patch) | |
tree | 392f60e6eb4b5b000d7f01daf61fb2dcbf905b2e /Makefile | |
parent | footer: ISO build date format (diff) | |
download | jekyll-theme-16a64ac665e5daf182f8cd16ef67a73e643bba66.tar.gz jekyll-theme-16a64ac665e5daf182f8cd16ef67a73e643bba66.zip |
Makefile: consistent prelude
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |