mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +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
|
include shader.mk
|
||||||
|
|
||||||
SUBDIRS := $(patsubst .,,$(patsubst ./,,$(shell find . -type d)))
|
|
||||||
|
|
||||||
ifneq ($(CHAIN),)
|
ifneq ($(CHAIN),)
|
||||||
rebuild: chains/$(CHAIN)
|
SUBDIRS := $(patsubst .,,$(patsubst ,,$(shell find chains/$(CHAIN) -type d)))
|
||||||
|
rebuild: $(SUBDIRS)
|
||||||
else
|
else
|
||||||
|
SUBDIRS := $(patsubst .,,$(patsubst ./,,$(shell find . -type d)))
|
||||||
rebuild: main $(SUBDIRS)
|
rebuild: main $(SUBDIRS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user