diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-11 20:59:41 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-11 20:59:41 -0400 |
commit | f31274f14656be2498b05027f668d9a55fb26f6b (patch) | |
tree | c3320ea313e56f0a7b4ab68c171226839cb5ec88 /Makefile.gc | |
parent | 5ef8856578d31957964c3e503f87cde3dcc89219 (diff) | |
parent | d642a84189db1ec39514bc1731b2b1ac5c704547 (diff) | |
download | gen3uploader-f31274f14656be2498b05027f668d9a55fb26f6b.tar.gz gen3uploader-f31274f14656be2498b05027f668d9a55fb26f6b.tar.bz2 gen3uploader-f31274f14656be2498b05027f668d9a55fb26f6b.zip |
Merged in gba-gen3multiboot
I originally cloned this repo from gba-link-cable-dumper so this commit is merging in the "changes" from gba-gen3multiboot even though I really already applied everything myself. Also changed the output binary name, and removed the unused dependency on libfat. Todo: rewrite README.
Diffstat (limited to 'Makefile.gc')
-rw-r--r-- | Makefile.gc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.gc b/Makefile.gc index 431c094..eaaf3b9 100644 --- a/Makefile.gc +++ b/Makefile.gc | |||
@@ -15,7 +15,7 @@ include $(DEVKITPPC)/gamecube_rules | |||
15 | # SOURCES is a list of directories containing source code | 15 | # SOURCES is a list of directories containing source code |
16 | # INCLUDES is a list of directories containing extra header files | 16 | # INCLUDES is a list of directories containing extra header files |
17 | #--------------------------------------------------------------------------------- | 17 | #--------------------------------------------------------------------------------- |
18 | TARGET := linkcabledump_gc | 18 | TARGET := gen3uploader_gc |
19 | BUILD := build | 19 | BUILD := build |
20 | SOURCES := source | 20 | SOURCES := source |
21 | DATA := data | 21 | DATA := data |
@@ -33,7 +33,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map | |||
33 | #--------------------------------------------------------------------------------- | 33 | #--------------------------------------------------------------------------------- |
34 | # any extra libraries we wish to link with the project | 34 | # any extra libraries we wish to link with the project |
35 | #--------------------------------------------------------------------------------- | 35 | #--------------------------------------------------------------------------------- |
36 | LIBS := -lfat -logc | 36 | LIBS := -logc |
37 | 37 | ||
38 | 38 | ||
39 | #--------------------------------------------------------------------------------- | 39 | #--------------------------------------------------------------------------------- |