Allow for customising makefile behaviour consistently.

This commit is contained in:
2026-01-22 17:37:39 +01:00
parent d79fec3f91
commit a73e03be50

View File

@@ -9,6 +9,10 @@ SHELL = /bin/sh
VERSION = 0.0 VERSION = 0.0
NAME = mcaselector-lite NAME = mcaselector-lite
# Include a .config.mk, if it exists.
# Allowing users to write persistent configurations
-include .config.mk
XXD ?= xxd XXD ?= xxd
TAR ?= tar TAR ?= tar
SPARSE ?= sparse SPARSE ?= sparse