clean ld script

This commit is contained in:
Alex Bates 2021-01-09 16:39:46 +00:00
parent 02f83a0299
commit 1408676a19
2 changed files with 4 additions and 2 deletions

View File

@ -119,7 +119,7 @@ GENERATED_HEADERS := include/ld_addrs.h $(foreach dir, $(NPC_DIRS), include/$(di
### Targets ###
clean:
rm -rf $(BUILD_DIR)
rm -rf $(BUILD_DIR) $(LD_SCRIPT)
clean-all:
rm -rf $(BUILD_DIR) bin msg img sprite .splat_cache $(LD_SCRIPT)
@ -150,6 +150,8 @@ split-all:
test: $(ROM)
$(EMULATOR) $<
%.bin: $(LD_SCRIPT)
# Compressed files
%.Yay0: %
@mkdir -p $(shell dirname $@)

@ -1 +1 @@
Subproject commit bbadaa3cadf20d46390740644e6f84abf583d4be
Subproject commit 99554987c846538acdf603447918042cf46aa28c