commit 289f66e004019eb1561ff849acd2f52fc72f632b parent 930a61412bc584ff6784e573042009d4e3f45fb6 Author: Mattias Andrée <maandree@kth.se> Date: Mon, 9 Jan 2017 18:04:32 +0100 Makefile: add CONFIGFILE Signed-off-by: Mattias Andrée <maandree@kth.se> Diffstat:
| M | Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,5 @@ -include config.mk +CONFIGFILE = config.mk +include $(CONFIGFILE) BIN =\ vu-colour-srgb\