Makefile: supress warning of including Makefile.local.mk
This commit is contained in:
parent
ef3355f600
commit
b27aeaa283
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ FINDOBJ = find . -name "*.o" -type f -printf "%P\n"
|
||||||
|
|
||||||
PROGRAM := archived
|
PROGRAM := archived
|
||||||
|
|
||||||
include Makefile.local.mk
|
-include Makefile.local.mk
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
CFLAGS += -g -D__DEBUG__
|
CFLAGS += -g -D__DEBUG__
|
||||||
|
|
|
||||||
Reference in a new issue