view Renderer/Test/Makefile @ 730:8bf398bf2a8a

property_test fix
author admin@yin.cr.ie.u-ryukyu.ac.jp
date Tue, 22 Dec 2009 18:16:59 +0900
parents 6d11ecef3b74
children 088f64aad843
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