Archived
1
0
Fork 0

Makefile: supress warning of including Makefile.local.mk

This commit is contained in:
Henrik Hautakoski 2010-11-09 17:56:28 +01:00
parent ef3355f600
commit b27aeaa283

View file

@ -11,7 +11,7 @@ FINDOBJ = find . -name "*.o" -type f -printf "%P\n"
PROGRAM := archived
include Makefile.local.mk
-include Makefile.local.mk
ifdef DEBUG
CFLAGS += -g -D__DEBUG__