diff --git a/Makefile.gc b/Makefile.gc index 8da1622..cd4526a 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 := vbagx_gc +TARGET := vbagx-gc TARGETDIR := executables BUILD := build_gc SOURCES := source source/gui source/utils source/utils/sz \ diff --git a/Makefile.wii b/Makefile.wii index dc54574..c1539ea 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 := vbagx_wii +TARGET := vbagx-wii TARGETDIR := executables BUILD := build_wii SOURCES := source source/gui source/utils source/utils/sz \