view Makefile @ 0:bb4b306c1248

first commit
author tkaito
date Mon, 31 May 2010 18:22:53 +0900
parents
children
line wrap: on
line source

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