mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
Makefile: use += to append to variables
This commit is contained in:
parent
493b483490
commit
b9218d843b
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ $(shell $(foreach obj, $(OBJS), \
|
|||
$(eval $(obj:.o=)_DEPENDENCIES := $(shell $(PYTHON) extras/pokemontools/scan_includes.py $(obj:.o=.asm) | sed s/globals.asm//g)) \
|
||||
))
|
||||
$(shell $(foreach obj, $(OBJS), \
|
||||
$(eval ALL_DEPENDENCIES := $(ALL_DEPENDENCIES) $($(obj:.o=)_DEPENDENCIES)) \
|
||||
$(eval ALL_DEPENDENCIES += $($(obj:.o=)_DEPENDENCIES)) \
|
||||
))
|
||||
|
||||
all: $(ROMS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue