dwm-meillo

diff README @ 166:e0535db04dfe

removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
author arg@10ksloc.org
date Wed, 02 Aug 2006 16:46:59 +0200
parents a011f447af88
children 697715541a25
line diff
     1.1 --- a/README	Wed Aug 02 16:38:21 2006 +0200
     1.2 +++ b/README	Wed Aug 02 16:46:59 2006 +0200
     1.3 @@ -16,13 +16,9 @@
     1.4  Afterwards enter the following command to build and install dwm (if
     1.5  necessary as root):
     1.6  
     1.7 +    cp config.default.h config.h
     1.8      make clean install
     1.9  
    1.10 -If you want to use a customized config.h, you can use the following
    1.11 -command for installing dwm:
    1.12 -
    1.13 -    make CONFIG=<your-config>.h clean install
    1.14 -
    1.15  
    1.16  Running dwm
    1.17  -----------