From 289f66e004019eb1561ff849acd2f52fc72f632b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 9 Jan 2017 18:04:32 +0100 Subject: Makefile: add CONFIGFILE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0179a40..a874197 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -include config.mk +CONFIGFILE = config.mk +include $(CONFIGFILE) BIN =\ vu-colour-srgb\ -- cgit v1.2.3-70-g09d2