view Renderer/Test_/Makefile @ 4:b5b462ac9b3b

Cerium Blender ball_bound
author Daiki KINJYO <e085722@ie.u-ryukyu.ac.jp>
date Mon, 29 Nov 2010 16:42:42 +0900
parents
children
line wrap: on
line source

all:  
	make -f Makefile.macosx $*
fifo64:  
	make -f Makefile.macosx ABIBIT=64 $*
linux:  
	make -f Makefile.linux $*
cell:
	make -f Makefile.cell $*


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