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
