diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-02 15:43:23 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-02 15:43:23 -0600 |
commit | 2d7f68cb060735b01549103ae225bf9ca7efa45c (patch) | |
tree | 1e969ca935a88d9a1b712fa1ff5de6d60ec7a134 | |
parent | 82b9b4fc7e9c45caa6229a1f88bf8034381862e6 (diff) |
revert test change in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ AS := $(DEVKITARM)/bin/arm-none-eabi-as ASFLAGS := -mcpu=arm7tdmi CC1 := tools/agbcc/bin/agbcc -override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Wunused -Werror -O2 -fhex-asm $(DEFINES) +override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Wunused -Werror -O2 -fhex-asm CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef -Werror -Wno-trigraphs |