mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-10 02:30:52 +00:00
13 lines
163 B
Makefile
13 lines
163 B
Makefile
IOP_BIN = ../lib/cdvd.irx
|
|
|
|
IOP_OBJS = cdvd_iop.o imports.o
|
|
|
|
|
|
all: $(IOP_BIN)
|
|
|
|
clean:
|
|
rm -f $(IOP_BIN) $(IOP_OBJS)
|
|
|
|
include $(PS2SDK)/Defs.make
|
|
include Rules.make
|