summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-23 22:00:59 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-23 23:49:17 -0400
commit2c5055f6104f5e7c5b9aabff1c9df26afa4e7021 (patch)
treeff5ef80e1f2517318f1765bba06cada811dad3f2 /tools/Makefile
parentdd369f3199f6790bfff142754a8f0507a17e3276 (diff)
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5dd3139fa..f8a93429f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,7 +10,8 @@ tools := \
palette \
pokemon_animation \
pokemon_animation_graphics \
- gfx
+ gfx \
+ stadium
all: $(tools)
@: