comparison Renderer/Test/Makefile @ 724:6d11ecef3b74

Small clean up of Rendering Engine
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 19 Dec 2009 14:36:37 +0900
parents 855f7c222669
children 088f64aad843
comparison
equal deleted inserted replaced
723:f4739a3c9938 724:6d11ecef3b74
1 all:
2 make -f Makefile.macosx $*
3 linux:
4 make -f Makefile.linux $*
5 cell:
6 make -f Makefile.cell $*
1 7
2 all:
3 make -f Makefile.macosx
4 linux:
5 make -f Makefile.linux
6
7 cell:
8 make -f Makefile.cell
9 8
10 clean: 9 clean:
11 make -f Makefile.macosx clean 10 make -f Makefile.macosx clean
12 make -f Makefile.cell clean 11 make -f Makefile.cell clean