diff options
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 | #--------------------------------------------------------------------------------- |