From c9e556a00ffcaf1da744e7c1bedef7ccfa90648c Mon Sep 17 00:00:00 2001 From: Alex Bates <16batesa@gmail.com> Date: Thu, 3 Dec 2020 21:06:15 +0000 Subject: [PATCH] change 'make clean' behaviour --- Makefile | 7 ++----- tools/n64splat | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f821929767..b9332343be 100644 --- a/Makefile +++ b/Makefile @@ -92,14 +92,11 @@ endif ### Targets ### clean: - rm -rf $(BUILD_DIR) + rm -rf $(BUILD_DIR) bin msg img sprite .splat_cache clean-code: rm -rf $(BUILD_DIR)/src -clean-split: - rm -rf bin msg img sprite .splat_cache - tools: make -C tools @@ -115,7 +112,7 @@ split-%: $(SPLAT) --modes ld $* --verbose --new split-all: - $(SPLAT) --modes all --new + $(SPLAT) --modes all test: $(ROM) $(EMULATOR) $< diff --git a/tools/n64splat b/tools/n64splat index e6ed31570a..74e8aec160 160000 --- a/tools/n64splat +++ b/tools/n64splat @@ -1 +1 @@ -Subproject commit e6ed31570a4008bbbefca2afc61b936d3796886c +Subproject commit 74e8aec160da1648c83e339f985a260d48fd2dc0