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