Mercurial > hg > Game > Cerium
diff example/word_count/Makefile @ 946:852ed17d8af1 draft
unify word count examples....
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 01 Aug 2010 21:05:35 +0900 |
parents | a215927a9885 |
children | fac06524090b |
line wrap: on
line diff
--- a/example/word_count/Makefile Sun Aug 01 19:29:27 2010 +0900 +++ b/example/word_count/Makefile Sun Aug 01 21:05:35 2010 +0900 @@ -4,10 +4,6 @@ @echo "Make for Mac OS X" @$(MAKE) -f Makefile.macosx -fifo64: FORCE - @echo "Make for Mac OS X 64bit mode" - @$(MAKE) -f Makefile.macosx ABIBIT=64 - linux: FORCE @echo "Make for Linux" @$(MAKE) -f Makefile.linux