s/devkitfail/devkitppc/g

This commit is contained in:
Hector Martin
2018-06-28 18:07:34 +09:00
parent 2fb61e432e
commit bccf0fcbee
14 changed files with 36 additions and 36 deletions

View File

@@ -2,8 +2,8 @@ CFLAGS = -Wall -W -Os -g
TARGET = wiipax
OBJS = LzFind.o LzmaEnc.o LzmaDec.o lzma.o main.o
OBJS += stub_mini.o stub_mini_debug.o
OBJS += stub_dkf.o stub_dkf_debug.o
OBJS += stub_dkfc.o stub_dkfc_debug.o
OBJS += stub_dkp.o stub_dkp_debug.o
OBJS += stub_dkpc.o stub_dkpc_debug.o
NOMAPFILE = 1