Mercurial > hg > Game > Cerium
diff example/word_count3/Makefile @ 794:4f907657132a draft
add Make for MacOSX (64bit mode) %make fifo64
author | tkaito |
---|---|
date | Tue, 04 May 2010 18:22:07 +0900 |
parents | 217d7c53442b |
children | a215927a9885 |
line wrap: on
line diff
--- a/example/word_count3/Makefile Mon May 03 05:09:58 2010 +0900 +++ b/example/word_count3/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