mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
tool building
This commit is contained in:
parent
1911d1ba99
commit
5f791ac6bb
6
Makefile
6
Makefile
@ -97,9 +97,11 @@ clean:
|
|||||||
clean-code:
|
clean-code:
|
||||||
rm -rf $(BUILD_DIR)/src
|
rm -rf $(BUILD_DIR)/src
|
||||||
|
|
||||||
setup: clean submodules split $(LD_SCRIPT)
|
tools:
|
||||||
make -C tools
|
make -C tools
|
||||||
|
|
||||||
|
setup: clean submodules tools split $(LD_SCRIPT)
|
||||||
|
|
||||||
submodules:
|
submodules:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
@ -258,7 +260,7 @@ include/ld_addrs.h: $(BUILD_DIR)/$(LD_SCRIPT)
|
|||||||
|
|
||||||
### Make Settings ###
|
### Make Settings ###
|
||||||
|
|
||||||
.PHONY: clean test setup submodules split $(ROM) include/sprite
|
.PHONY: clean tools test setup submodules split $(ROM) include/sprite
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
.SECONDARY:
|
.SECONDARY:
|
||||||
.PRECIOUS: $(ROM) %.Yay0
|
.PRECIOUS: $(ROM) %.Yay0
|
||||||
|
Loading…
Reference in New Issue
Block a user