tadded stripping to dmenu target - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4c7866ec55d284e8a29ca682ab79c11893a9cb6c
 (DIR) parent fe94aeb4686b62dd5c3505ebca4a1e1661740e53
 (HTM) Author: arg@10ksloc.org <unknown>
       Date:   Mon,  7 Aug 2006 08:45:47 +0200
       
       added stripping to dmenu target
       
       Diffstat:
         Makefile                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -28,6 +28,7 @@ config.h:
        dmenu: ${OBJ}
                @echo LD $@
                @${CC} -o $@ ${OBJ} ${LDFLAGS}
       +        @strip $@
        
        clean:
                @echo cleaning