mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-11-08 21:18:52 -06:00
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
|
||
|
|
|