tchanged README to reflect directions taken in regard to the Makefile - wmutils - X windows manipulation utilities
 (HTM) git clone git://z3bra.org/wmutils
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ddf0c5b66b546622c7b2e4ed7978ac9682dbba7f
 (DIR) parent d05f11956f9a4c0b38e904484f4194f2d978b376
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Tue,  9 Jun 2015 23:28:13 +0200
       
       changed README to reflect directions taken in regard to the Makefile
       
       Diffstat:
         M README.md                           |      21 ++++++++++++++++++---
       
       1 file changed, 18 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -67,7 +67,21 @@ System-wide installation (default PREFIX is `/usr`):
            $ make
            # make install
        
       -Fakeroot installation:
       +Here are the varialbes you can override, along with their default values:
        
       -    $ make
       -    $ make DESTDIR=$PWD/newroot install
       +    CC         =  cc
       +    LD         =  $(CC)
       +    CFLAGS     =  -std=c99 -pedantic -Wall -Os
       +    LDFLAGS    =  -lxcb
       +    PREFIX     =  /usr
       +    MANPREFIX  =  $(PREFIX)/man
       +    DESTDIR    =
       +
       +You can override them by passing them on the command line:
       +
       +    make DESTDIR=/newroot install
       +
       +Or by setting them via the environment:
       +
       +    CC=c99; export CC
       +    make -e
       +\ No newline at end of file