view Renderer/Test/Makefile @ 638:671fca057ad3

hmmmm
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 19 Nov 2009 18:18:20 +0900
parents 855f7c222669
children 6d11ecef3b74
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