From 1b72918e7f1219d6846114e9b6f5dc0c2efb864c Mon Sep 17 00:00:00 2001 From: Lywx Date: Fri, 29 Mar 2024 11:31:28 -0600 Subject: [PATCH] Bump torch to use file change detection (#182) * Bump torch to use file change detection * Added -f flag on rm --- .gitignore | 3 ++- Makefile | 1 + tools/Torch | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 70c7c891..8a58deea 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ tools/ido-recomp debug/ .venv/ m2cfiles/ -TempComp.bin.mio0 \ No newline at end of file +TempComp.bin.mio0 +torch.hash.yml \ No newline at end of file diff --git a/Makefile b/Makefile index 4bbdf315..333ddf3e 100644 --- a/Makefile +++ b/Makefile @@ -351,6 +351,7 @@ assets: @$(TORCH) modding export $(BASEROM_UNCOMPRESSED) clean: + rm -f torch.hash.yml @git clean -fdx asm/ @git clean -fdx bin/ @git clean -fdx build/ diff --git a/tools/Torch b/tools/Torch index a7d7acdc..f4506380 160000 --- a/tools/Torch +++ b/tools/Torch @@ -1 +1 @@ -Subproject commit a7d7acdc4219d474597960b55fea06b06e1911ad +Subproject commit f4506380ee8b4436a903b47c76793fbcf2e20e0f