Mercurial > hg > Game > Cerium
diff example/hello_array/Makefile @ 794:4f907657132a draft
add Make for MacOSX (64bit mode) %make fifo64
author | tkaito |
---|---|
date | Tue, 04 May 2010 18:22:07 +0900 |
parents | f0b7eeb72918 |
children |
line wrap: on
line diff
--- a/example/hello_array/Makefile Mon May 03 05:09:58 2010 +0900 +++ b/example/hello_array/Makefile Tue May 04 18:22:07 2010 +0900 @@ -4,6 +4,10 @@ @echo "Make for Mac OS X" @$(MAKE) -f Makefile.macosx +fifo64: FORCE + @echo "Make for Mac OS X 64bit mode" + @$(MAKE) -f Makefile.fifo ABIBIT=64 + linux: FORCE @echo "Make for Linux" @$(MAKE) -f Makefile.linux