From 1408676a198e036e0d1b20f9a2eb07e134ee1aa4 Mon Sep 17 00:00:00 2001 From: Alex Bates <16batesa@gmail.com> Date: Sat, 9 Jan 2021 16:39:46 +0000 Subject: [PATCH] clean ld script --- Makefile | 4 +++- tools/n64splat | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9d8b32f37e..eee8d5d55a 100644 --- a/Makefile +++ b/Makefile @@ -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 $@) diff --git a/tools/n64splat b/tools/n64splat index bbadaa3cad..99554987c8 160000 --- a/tools/n64splat +++ b/tools/n64splat @@ -1 +1 @@ -Subproject commit bbadaa3cadf20d46390740644e6f84abf583d4be +Subproject commit 99554987c846538acdf603447918042cf46aa28c