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