Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/Makefile @ 113:80d93fe0601d draft
Define New Texture Data Structure
author | gongo@gendarme.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 13 Nov 2008 10:10:57 +0900 |
parents | 028ffc9c0375 |
children | 79ded2ad7236 |
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