comparison 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
comparison
equal deleted inserted replaced
3:3f6fe22ac669 4:b5b462ac9b3b
1 all:
2 make -f Makefile.macosx $*
3 fifo64:
4 make -f Makefile.macosx ABIBIT=64 $*
5 linux:
6 make -f Makefile.linux $*
7 cell:
8 make -f Makefile.cell $*
9
10
11 clean:
12 make -f Makefile.macosx clean
13 make -f Makefile.cell clean