tUpdate README - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 106a87741426a9d2f470e5295e20de17a17c4822
 (DIR) parent d3f52083a73f39921ed971222bc5e1be3404f4a0
 (HTM) Author: sin <sin@2f30.org>
       Date:   Wed,  8 Oct 2014 14:41:59 +0100
       
       Update README
       
       Diffstat:
         M README                              |       4 ++--
         M config.mk                           |       2 +-
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -25,8 +25,8 @@ to help explain the semantics of the individual files.
        .
        |-- .ratox.data                        # ratox save file
        |-- 0A734CBA717CEB7883D....        # friend's ID excluding nospam + checksum
       -|   |-- call_in                        # arecord -r 48000 -c 1 -f S16_LE > call_in
       -|   |-- call_out                # aplay -r 48000 -c 1 -f S16_LE - < call_out
       +|   |-- call_in                        # arecord -r 48000 -c 1 -f S16_LE > call_in to initiate a call
       +|   |-- call_out                # aplay -r 48000 -c 1 -f S16_LE - < call_out to answer a call
        |   |-- call_pending                # 1 if pending, 0 otherwise
        |   |-- file_in                        # cat foo > file_in to send a file
        |   |-- file_out                # cat file_out > bar to receive a file
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -9,4 +9,4 @@ CC = cc
        LD = $(CC)
        CPPFLAGS = -DVERSION=\"${VERSION}\"
        CFLAGS   = -I/usr/local/include -Wall -Wunused $(CPPFLAGS)
       -LDFLAGS  = -L/usr/local/lib -lrt -ltoxcore -ltoxav -ltoxencryptsave
       +LDFLAGS  = -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave