mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
9 lines
304 B
Makefile
9 lines
304 B
Makefile
![]() |
TOP = ..
|
||
|
include $(TOP)/configure/CONFIG
|
||
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*))
|
||
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*))
|
||
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*))
|
||
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*))
|
||
|
include $(TOP)/configure/RULES_DIRS
|
||
|
|