Skip to content

Commit 97fbfd0

Browse files
authored
X2P Makefile
1 parent 9a0026b commit 97fbfd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ TRANSLATIONS = Albanian Arabic Bulgarian Cebuano Croatian Czech Danish Dutch Fil
100100
German Greek Hungarian Indonesian Italian Japanese Korean Laotian Persian Polish Portuguese \
101101
Portuguese_BR Romana Russian Ryukyuan SChinese Spanish Swedish TChinese Turkish Vietnamese
102102

103-
EE_BIN = opl.elf
104-
EE_BIN_STRIPPED = opl_stripped.elf
105-
EE_BIN_PACKED = OPNPS2LD.ELF
106-
EE_VPKD = OPNPS2LD-$(OPL_VERSION)
103+
EE_BIN = X2P.elf
104+
EE_BIN_STRIPPED = X2P_stripped.elf
105+
EE_BIN_PACKED = X2P.ELF
106+
EE_VPKD = X2P-$(OPL_VERSION)
107107
EE_SRC_DIR = src/
108108
EE_OBJS_DIR = obj/
109109
EE_ASM_DIR = asm/

0 commit comments

Comments
 (0)