view Makefile @ 10:93d9db48775f default tip

Property add not move. 30%
author tkaito
date Mon, 14 Jun 2010 17:20:03 +0900
parents bb4b306c1248
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