mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 06:05:40 -05:00
9 lines
362 B
Makefile
9 lines
362 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*))
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *iocsh*))
|
|
include $(TOP)/configure/RULES_DIRS
|