From a73e03be50987cc3e351f17570ccd114498f1653 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 22 Jan 2026 17:37:39 +0100 Subject: [PATCH] Allow for customising makefile behaviour consistently. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a6deb63..fc7134a 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,10 @@ SHELL = /bin/sh VERSION = 0.0 NAME = mcaselector-lite +# Include a .config.mk, if it exists. +# Allowing users to write persistent configurations +-include .config.mk + XXD ?= xxd TAR ?= tar SPARSE ?= sparse