diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Renderer/Test_/Makefile	Mon Nov 29 16:42:42 2010 +0900
@@ -0,0 +1,13 @@
+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