From c7c75a509074366fd0db936d4e884afb92e4fe31 Mon Sep 17 00:00:00 2001 From: Daryl Date: Mon, 29 Jun 2020 21:25:09 -0600 Subject: [PATCH] update dol/elf filenames to match other emus --- Makefile.gc | 2 +- Makefile.wii | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \