/**********************************************************/
/*         WELCOME TO KONOHA BUILDING DIRECTORY           */
/**********************************************************/

(1) FIRST OF ALL, UPDATE MAKEFILE

$ pwd
(../konoha0.9/build)   # YOU ARE NOW IN the build directory.
$ ../pygen/gen_make.py macosx

Note that 'macosx' is a platform signature. You will choose
one of the following signatures:

  - linux
  - teaboard
  - macosx
  - mingw
  - cygwin

(2) MAKE

$ make

You will probably get konoha!!

