RetroArch/ps2/libcdvd/ee/Makefile

11 lines
186 B
Makefile
Raw Normal View History

2019-03-09 13:16:12 +01:00
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