Browse Source

then you dont even need the if -include doesnt worry if file not existing

pull/1/head
heck 5 years ago
parent
commit
eb33155efd
  1. 4
      Makefile.conf

4
Makefile.conf

@ -25,9 +25,7 @@ endif
######### Overrides ######### ######### Overrides #########
ifneq ("$(wildcard $(HERE)local.conf)","") -include $(HERE)local.conf
-include $(HERE)local.conf
endif
ifeq ($(DEBUG),1) ifeq ($(DEBUG),1)
CXXFLAGS+=-g -O0 CXXFLAGS+=-g -O0

Loading…
Cancel
Save