summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-11-20 09:22:54 -0600
committerGitHub <noreply@github.com>2018-11-20 09:22:54 -0600
commite7e87e7a32069cc40a8267ba4bdd77d748e855ee (patch)
treefe96bb4d73a41e12a4e39af703728a3aa00782c0 /Makefile
parentbe4624024c16293356c3e10f61ea301d5c86d9ed (diff)
parent255ae044a3e0dd9831779501c90c8da4a2370828 (diff)
Merge pull request #27 from melthelesbian/metatile_behavior
metatile behaviors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0b83cb5c5..e7b4d902e 100644
--- a/Makefile
+++ b/Makefile
@@ -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
-