mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
![]() |
TOP=..
|
||
|
|
||
|
include $(TOP)/configure/CONFIG
|
||
|
|
||
|
TARGETS = $(CONFIG_TARGETS)
|
||
|
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
|
||
|
|
||
|
include $(TOP)/configure/RULES
|