8 lines
177 B
Makefile
8 lines
177 B
Makefile
TOP = ..
|
|
include $(TOP)/config/CONFIG_APP
|
|
DIRS += $(wildcard *src*)
|
|
DIRS += $(wildcard *Src*)
|
|
DIRS += $(wildcard *db*)
|
|
DIRS += $(wildcard *Db*)
|
|
include $(TOP)/config/RULES_DIRS
|