mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 06:40:14 +00:00
11 lines
186 B
Makefile
11 lines
186 B
Makefile
|
EE_LIB = ../lib/libcdvdfs.a
|
||
|
EE_OBJS = cdvd_rpc.o
|
||
|
|
||
|
all: $(EE_LIB)
|
||
|
|
||
|
clean:
|
||
|
rm -f $(EE_LIB) $(EE_OBJS)
|
||
|
|
||
|
include $(PS2SDK)/samples/Makefile.pref
|
||
|
include $(PS2SDK)/samples/Makefile.eeglobal
|