Fixed tab error on old make versions.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -13s

This commit is contained in:
Willem Cazander 2024-07-13 12:53:02 +02:00
parent 21275aaded
commit e9e76ec28b

View file

@ -12,7 +12,7 @@ MAKEFLAGS += --warn-undefined-variables
.SHELLFLAGS := -e -u -o pipefail -c
SHELL := bash
ifeq ($(origin .RECIPEPREFIX), undefined)
$(error This version of make does not support dynamic white space brain fuck mode.)
$(error This version of make does not support dynamic white space brain fuck mode.)
endif
# Set some root variable to use in this library