
	monocle INSTALL:

  * compiling:
   $ ./configure
   $ make
   $ ./monocle --help

  * install
   $ su
   # make install

  * uninstall
   $ su
   # make uninstall

  * clean install
   $ make clean

  * delete binary
   $ make distclean
