From 3ec7a180b19219d86b6f6c4185ac6d7765443f20 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Tue, 14 May 2024 15:04:04 -0300 Subject: [PATCH] clean recipe --- Makefile | 8 ++++---- tools/comptool.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c7927711..c41b8795 100644 --- a/Makefile +++ b/Makefile @@ -450,10 +450,10 @@ assets: clean: rm -f torch.hash.yml - @git clean -fdx asm/$(VERSION) - @git clean -fdx bin/$(VERSION) - @git clean -fdx build/$(VERSION) - @git clean -fdx src/assets/ + @git clean -fdx asm/$(VERSION)/$(REV) + @git clean -fdx bin/$(VERSION)/$(REV) + @git clean -fdx build/ + @git clean -fdx src/assets/$(VERSION)/$(REV) @git clean -fdx include/assets/ @git clean -fdx linker_scripts/$(VERSION)/$(REV)/*.ld diff --git a/tools/comptool.py b/tools/comptool.py index 5054175f..b3c48485 100644 --- a/tools/comptool.py +++ b/tools/comptool.py @@ -6,7 +6,7 @@ import struct import argparse import sys -file_table_dict = {0xDE480:"US1.1", 0xD9A90:"US1.0", 0xE93C0:"JP1.0"} +file_table_dict = {0xDE480:"US 1.1", 0xD9A90:"US 1.0", 0xE93C0:"JP 1.0"} file_names_us = [ "makerom", "main", "dma_table", "audio_seq", "audio_bank", "audio_table", "ast_common", "ast_bg_space", "ast_bg_planet",