# PSX2LIB 1.0b
# 
# PSX2 OpenSource Project
# (C)2001, Gustavo Scotti (gustavo@scotti.com)
#
# Makefile Structure based on KOS Makefiles by Dan Potter

OBJS = 	crt0.o
SUBDIRS = binary

#myall: $(OBJS)
#	cp crt0.o $(PSX2LIB_BASE)/$(PSX2LIB_ARCH)/lib

myall:
	cp binary/crt0.o $(PSX2LIB_BASE)/$(PSX2LIB_ARCH)/lib

include $(PSX2LIB_BASE)/Makefile.prefab


