mirror of https://github.com/zeldaret/mm.git
Divy out mkdir some more in the makefile (#1701)
This commit is contained in:
parent
bd16074050
commit
7a1e106a9b
4
Makefile
4
Makefile
|
@ -328,10 +328,12 @@ DEP_FILES := $(O_FILES:.o=.asmproc.d) $(OVL_RELOC_FILES:.o=.d)
|
||||||
OTHER_DIRS := baserom dmadata $(shell find linker_scripts -type d)
|
OTHER_DIRS := baserom dmadata $(shell find linker_scripts -type d)
|
||||||
|
|
||||||
# create build directories
|
# create build directories
|
||||||
$(shell mkdir -p $(foreach dir,$(OTHER_DIRS),$(BUILD_DIR)/$(dir)))
|
|
||||||
$(shell mkdir -p $(foreach dir, \
|
$(shell mkdir -p $(foreach dir, \
|
||||||
$(SRC_DIRS) \
|
$(SRC_DIRS) \
|
||||||
$(ASM_DIRS) \
|
$(ASM_DIRS) \
|
||||||
|
$(OTHER_DIRS), \
|
||||||
|
$(BUILD_DIR)/$(dir)))
|
||||||
|
$(shell mkdir -p $(foreach dir, \
|
||||||
$(ASSET_BIN_DIRS) \
|
$(ASSET_BIN_DIRS) \
|
||||||
$(ASSET_BIN_DIRS_C_FILES) \
|
$(ASSET_BIN_DIRS_C_FILES) \
|
||||||
$(SAMPLE_DIRS) \
|
$(SAMPLE_DIRS) \
|
||||||
|
|
Loading…
Reference in New Issue