From bf230dce6cf0dac9a64c697a9e6effcae71acaf9 Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 17 Sep 2008 06:18:17 +0000 Subject: [PATCH] update makefiles --- Makefile.gc | 2 +- Makefile.wii | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.gc b/Makefile.gc index 74ef71e..bb686b6 100644 --- a/Makefile.gc +++ b/Makefile.gc @@ -15,7 +15,7 @@ include $(DEVKITPPC)/gamecube_rules # SOURCES is a list of directories containing source code # INCLUDES is a list of directories containing extra header files #--------------------------------------------------------------------------------- -TARGET := vba172_gc +TARGET := vbagx_gc TARGETDIR := executables BUILD := build_gc SOURCES := source/vba source/vba/gb source/ngc diff --git a/Makefile.wii b/Makefile.wii index aa13347..fc96ca5 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -15,7 +15,7 @@ include $(DEVKITPPC)/wii_rules # SOURCES is a list of directories containing source code # INCLUDES is a list of directories containing extra header files #--------------------------------------------------------------------------------- -TARGET := vba172_wii +TARGET := vbagx_wii TARGETDIR := executables BUILD := build_wii SOURCES := source/vba source/vba/gb source/ngc