From d387e7e0e0564752d8ce1cc74de16298df6e7a76 Mon Sep 17 00:00:00 2001 From: Melody Date: Fri, 9 Nov 2018 17:07:22 -0500 Subject: Fixes includes --- Makefile | 3 +-- build_tools.sh | 0 2 files changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 build_tools.sh 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 - diff --git a/build_tools.sh b/build_tools.sh old mode 100644 new mode 100755 -- cgit v1.2.3