view Renderer/Test/Makefile @ 655:0eed1fa290c1

fix on Mac OS X
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2009 16:27:39 +0900
parents 855f7c222669
children 6d11ecef3b74
line wrap: on
line source


all:  
	make -f Makefile.macosx
linux:  
	make -f Makefile.linux

cell:
	make -f Makefile.cell

clean:
	make -f Makefile.macosx clean
	make -f Makefile.cell clean