diff options
author | YamaArashi <shadow962@live.com> | 2016-10-17 23:49:18 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-17 23:49:18 -0700 |
commit | cf34b11e46a44d87cd755ae55743f6e9f77defd5 (patch) | |
tree | 7ada55562c3e9debbc5286db6fc178b9aa5817c2 /Makefile | |
parent | b52494be04c2fd233db5b81bc53ef2f653ac7ff3 (diff) |
put vars in gSaveBlock1
Diffstat (limited to '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 -CFLAGS := -mthumb-interwork -Wimplicit -O2 -g -fhex-asm +CFLAGS := -mthumb-interwork -Wimplicit -O2 -g CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef |