mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
works for sub folders of CHAIN folder specified (nw)
This commit is contained in:
parent
0d980951c9
commit
b69d285eab
@ -4,11 +4,11 @@ BUILD_DIR=../../../../../../build
|
||||
|
||||
include shader.mk
|
||||
|
||||
SUBDIRS := $(patsubst .,,$(patsubst ./,,$(shell find . -type d)))
|
||||
|
||||
ifneq ($(CHAIN),)
|
||||
rebuild: chains/$(CHAIN)
|
||||
SUBDIRS := $(patsubst .,,$(patsubst ,,$(shell find chains/$(CHAIN) -type d)))
|
||||
rebuild: $(SUBDIRS)
|
||||
else
|
||||
SUBDIRS := $(patsubst .,,$(patsubst ./,,$(shell find . -type d)))
|
||||
rebuild: main $(SUBDIRS)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user