defs.mk: Support local.mk

This commit is contained in:
Jan Lindemann 2004-02-11 12:24:25 +00:00 committed by Jan Lindemann
commit 8b9f765d45

View file

@ -266,3 +266,7 @@ else
PROJECT_CFLAGS += -funroll-loops -O2 -NDEBUG
endif
endif
ifneq ($(wildcard local.mk),)
include local.mk
endif