From 6e4bae2c38709d3daf999a231d44386d7a302aee Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 13 Aug 2020 11:42:05 +0200 Subject: [PATCH] use sensible defaults and keep the build quite --- Makefile.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index 8a3afec..551f497 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -8,7 +8,7 @@ HERE:=$(dir $(lastword $(MAKEFILE_LIST))) # Defaults DEBUG=1 -PREFIX?=$(HOME)/local +PREFIX?=$(HOME) ENGINE_LIB_PATH=$(PREFIX)/lib ENGINE_INC_PATH=$(PREFIX)/include @@ -26,10 +26,7 @@ endif ######### Overrides ######### ifneq ("$(wildcard $(HERE)local.conf)","") - $(info including: $(HERE)local.conf) -include $(HERE)local.conf -else - $(info Optional build config not found: $(HERE)local.conf) endif ifeq ($(DEBUG),1)