tadded stripping to dwm target in Makefile - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 82064af2d7076045980c694241cf0326aea7e7e2
 (DIR) parent d54444cfd73f5006bf58e29e50a4ed28d08f9435
 (HTM) Author: arg@10ksloc.org <unknown>
       Date:   Mon,  7 Aug 2006 08:46:11 +0200
       
       added stripping to dwm target in Makefile
       
       Diffstat:
         M Makefile                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -28,6 +28,7 @@ config.h:
        dwm: ${OBJ}
                @echo LD $@
                @${CC} -o $@ ${OBJ} ${LDFLAGS}
       +        @strip $@
        
        clean:
                @echo cleaning