diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-10 17:16:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-03-10 17:19:11 -0500 |
commit | bf6e80850c1c2c49b6361b16a473a6833aa93994 (patch) | |
tree | 303f85985596ae8b8a2ce0d401e93c1777d634df /Makefile | |
parent | b2f0efc6f7882d4d8f5da28e5e8748cd4f91159d (diff) |
Sync Berry Fix makefiles with pokeemerald
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,7 @@ $(DATA_ASM_BUILDDIR)/%.o: data_dep = $(shell $(SCANINC) -I . $(DATA_ASM_SUBDIR)/ endif berry_fix: - @$(MAKE) -C berry_fix COMPARE=$(COMPARE) + @$(MAKE) -C berry_fix COMPARE=$(COMPARE) TOOLCHAIN=$(TOOLCHAIN) berry_fix/berry_fix.gba: berry_fix |