summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com>2024-05-05 17:23:49 -0300
committerGitHub <noreply@github.com>2024-05-05 17:23:49 -0300
commit455aa0aa2c35da2dfca64c24a5cc2c36f488c110 (patch)
tree73c06ff09b7a42f443c964bdf49e35768787acc3 /Makefile
parent9303fba359a28d809246e4a2ea007a81d01f7686 (diff)
Initial Katina documentation (#228)
* initial docs * func names * docs * more docs * more katina docs * format * format * yRot * more docs * more docs * this * some fixes * fixes * ActorAllRange * These should not be used here * corrections * some renamings * more docs * format * Merge remote-tracking branch 'origin' into fox_ka_docs * ActorCutscene * PR review * comment * bump torch * PR review * review
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5938057c..4bf4ec97 100644
--- a/Makefile
+++ b/Makefile
@@ -425,7 +425,7 @@ extract:
assets:
@echo "Extracting assets from ROM..."
- @$(TORCH) code $(BASEROM_UNCOMPRESSED) -v
+ @$(TORCH) code $(BASEROM_UNCOMPRESSED)
@$(TORCH) header $(BASEROM_UNCOMPRESSED)
@$(TORCH) modding export $(BASEROM_UNCOMPRESSED)