#   SCE CONFIDENTIAL
#   PlayStation(R)3 Programmer Tool Runtime Library 475.001
#   Copyright (C) 2010 Sony Computer Entertainment Inc.
#   All Rights Reserved.

all: local_build

local_build:
	make -f Makefile.ps3

clean:
	make -f Makefile.ps3 clean
