forked from pEp.foundation/libpEpAdapter
use sensible defaults and keep the build quite
parent
3f2090bec9
commit
6e4bae2c38
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue