mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +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
|