
EE_OBJS = launcher1.o

all:	$(EE_OBJS)

clean:
	rm -f *.o

include $(PS2SDK)/samples/Makefile.pref
include $(PS2SDK)/samples/Makefile.eeglobal
