mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Makefile: nothing uses the ALL_DEPENDENCIES variable.
This commit is contained in:
parent
4af544b9e0
commit
b159712346
1
Makefile
1
Makefile
|
@ -26,7 +26,6 @@ ROMS := pokered.gbc pokeblue.gbc
|
|||
# generate dependencies for each object
|
||||
$(shell $(foreach obj, $(OBJS), \
|
||||
$(eval $(obj:.o=)_DEPENDENCIES := $(shell $(PYTHON) extras/pokemontools/scan_includes.py $(obj:.o=.asm))) \
|
||||
$(eval ALL_DEPENDENCIES += $($(obj:.o=)_DEPENDENCIES)) \
|
||||
))
|
||||
|
||||
all: $(ROMS)
|
||||
|
|
Loading…
Reference in a new issue