mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05: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
|
||
|
|