7 lines
151 B
Makefile
7 lines
151 B
Makefile
#Makefile at top of application tree
|
|
TOP = .
|
|
include $(TOP)/config/CONFIG_APP
|
|
DIRS += $(wildcard *App)
|
|
DIRS += iocBoot
|
|
include $(TOP)/config/RULES_TOP
|