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

all: 
	$(PSX2LIB_MAKE) -C ${PSX2LIB_ARCH}
clean:
	$(PSX2LIB_MAKE) -C ${PSX2LIB_ARCH} clean

