EE_LIB  = libgs.a
EE_OBJS = gs_asm.o gs.o
EE_INCS = -I.


all: $(EE_OBJS)
	$(RM) -f $(EE_LIB)
	$(EE_AR) rcs $(EE_LIB) $(EE_OBJS)

clean:
	$(RM) -f *.a *.o


include $(PS2GCC)/Makefile.pref
include $(PS2GCC)/Makefile.eeglobal
