mirror of https://github.com/zeldaret/tmc.git
add dependency to tools to more helper targets
fixes asset extraction and parallel multi version builds without manually building tools first
This commit is contained in:
parent
f9fcc589d0
commit
65d861a5c2
4
Makefile
4
Makefile
|
@ -14,14 +14,14 @@ jp: GAME_VERSION=JP
|
|||
usa: GAME_VERSION=USA
|
||||
demo_jp: GAME_VERSION=DEMO_JP
|
||||
demo_usa: GAME_VERSION=DEMO_USA
|
||||
eu jp usa demo_jp demo_usa:
|
||||
eu jp usa demo_jp demo_usa: tools
|
||||
@$(MAKE) GAME_VERSION=$(GAME_VERSION)
|
||||
|
||||
custom: tools
|
||||
@$(MAKE) GAME_VERSION=USA CUSTOM=1
|
||||
|
||||
.PHONY: extract_assets
|
||||
extract_assets:
|
||||
extract_assets: tools
|
||||
@$(MAKE) -f GBA.mk extract_assets
|
||||
|
||||
.PHONY: tools
|
||||
|
|
Loading…
Reference in New Issue