diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-20 09:22:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 09:22:54 -0600 |
commit | e7e87e7a32069cc40a8267ba4bdd77d748e855ee (patch) | |
tree | fe96bb4d73a41e12a4e39af703728a3aa00782c0 /Makefile | |
parent | be4624024c16293356c3e10f61ea301d5c86d9ed (diff) | |
parent | 255ae044a3e0dd9831779501c90c8da4a2370828 (diff) |
Merge pull request #27 from melthelesbian/metatile_behavior
metatile behaviors
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,7 +30,7 @@ ASFLAGS := -mcpu=arm7tdmi CC1 := tools/agbcc/bin/agbcc override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm -CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef +CPPFLAGS := -I tools/agbcc -I tools/agbcc/include -iquote include -nostdinc -undef LDFLAGS = -Map ../../$(MAP) @@ -174,4 +174,3 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS) $(ROM): $(ELF) $(OBJCOPY) -O binary $< $@ $(FIX) $@ -p -t"$(TITLE)" -c$(GAME_CODE) -m$(MAKER_CODE) -r$(REVISION) --silent - |