summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-23 23:54:39 -0400
committerGitHub <noreply@github.com>2020-07-23 23:54:39 -0400
commitbce6e258054b49282b7deeb990aaa5bf2cc1fcec (patch)
tree9cc9e9e655bfe766a46116f1f0205d108cf5cd87 /tools/Makefile
parentf9f438473fe1c92a3d6313639db8048fe41ba9d0 (diff)
parent8b40e990d31efbc2c5df4ad65b141dc1c1c24a47 (diff)
Merge pull request #59 from Rangi42/master
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 797ee2c9..0d06aa07 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,7 +7,8 @@ tools := \
lzcomp \
png_dimensions \
scan_includes \
- gfx
+ gfx \
+ stadium
all: $(tools)
@: