Skip to content

Commit

Permalink
update dol/elf filenames to match other emus
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl authored and Daryl committed Jun 30, 2020
1 parent 08ea392 commit c7c75a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.gc
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Makefile.wii
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c7c75a5

Please sign in to comment.