diff options
Diffstat (limited to 'Makefile.gc')
-rw-r--r-- | Makefile.gc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.gc b/Makefile.gc index 431c094..3fddc9b 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 := gen3multiboot_gc |
19 | BUILD := build | 19 | BUILD := build |
20 | SOURCES := source | 20 | SOURCES := source |
21 | DATA := data | 21 | DATA := data |