summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-06-02 20:16:37 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-06-02 20:16:37 -0400
commit956d010d59ad225bea768aec172ccb56977b1775 (patch)
tree4385f7c50ebb09e747f9e2cac4bc900d925060d4 /tools/Makefile
parent513028a98e6225e39c53ea64e4f9c483b3abd55b (diff)
Make the repository build all four ROMs
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 6c49ccb..c591d9c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -4,7 +4,8 @@ CFLAGS := -O3 -std=c99 -Wall -Wextra
tools := \
pkmncompress \
- gfx
+ gfx \
+ make_shim
all: $(tools)