Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/Makefile @ 109:5c194c71eca8
Cerium cvs version
author | gongo@gendarme.local |
---|---|
date | Wed, 12 Nov 2008 17:39:33 +0900 |
parents | |
children | 77dac07efd79 |
line wrap: on
line source
default: macosx macosx: FORCE @echo "Make for Mac OS X" @$(MAKE) -f Makefile.macosx ps3: FORCE @echo "Make for PS3 (Cell)" @$(MAKE) -f Makefile.ps3 linux: FORCE @echo "Make for Linux" @$(MAKE) -f Makefile.linux FORCE: clean: @$(MAKE) -f Makefile.macosx clean @$(MAKE) -f Makefile.ps3 clean @$(MAKE) -f Makefile.linux clean