7 lines
121 B
Makefile
7 lines
121 B
Makefile
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
DIRS += $(wildcard *ioc*)
|
|
DIRS += $(wildcard as*)
|
|
include $(CONFIG)/RULES_DIRS
|
|
|