diff options
Diffstat (limited to 'gba/Makefile')
| -rw-r--r-- | gba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/gba/Makefile b/gba/Makefile index b28e0e1..49d0777 100644 --- a/gba/Makefile +++ b/gba/Makefile | |||
| @@ -9,7 +9,7 @@ endif | |||
| 9 | 9 | ||
| 10 | %_pkjb.elf: | 10 | %_pkjb.elf: |
| 11 | @echo linking pkjb | 11 | @echo linking pkjb |
| 12 | @$(LD) -specs=../gba_pkjb.specs $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@ | 12 | $(LD) -specs=../gba_pkjb.specs $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@ |
| 13 | 13 | ||
| 14 | include $(DEVKITARM)/gba_rules | 14 | include $(DEVKITARM)/gba_rules |
| 15 | 15 | ||
| @@ -155,7 +155,7 @@ $(OUTPUT).elf : $(OFILES) | |||
| 155 | #--------------------------------------------------------------------------------- | 155 | #--------------------------------------------------------------------------------- |
| 156 | @echo $(notdir $<) | 156 | @echo $(notdir $<) |
| 157 | @$(bin2o) | 157 | @$(bin2o) |
| 158 | 158 | ||
| 159 | #--------------------------------------------------------------------------------- | 159 | #--------------------------------------------------------------------------------- |
| 160 | # This rule creates assembly source files using grit | 160 | # This rule creates assembly source files using grit |
| 161 | # grit takes an image file and a .grit describing how the file is to be processed | 161 | # grit takes an image file and a .grit describing how the file is to be processed |
