From eb33155efde0832627766290834ca181e3d83335 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 20 Aug 2020 22:26:40 +0200 Subject: [PATCH] then you dont even need the if -include doesnt worry if file not existing --- Makefile.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index 551f497..107dd57 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -25,9 +25,7 @@ endif ######### Overrides ######### -ifneq ("$(wildcard $(HERE)local.conf)","") - -include $(HERE)local.conf -endif +-include $(HERE)local.conf ifeq ($(DEBUG),1) CXXFLAGS+=-g -O0