made Makefile consistent - sic - simple irc client
 (HTM) git clone git://git.suckless.org/sic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2a372e2df178fc6912a004591e5049ebadcf4afc
 (DIR) parent 888ab2272511712707dc4f43f80f1264b784d555
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Tue, 29 Jul 2008 19:18:03 +0100
       
       made Makefile consistent
       Diffstat:
         M Makefile                            |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -22,7 +22,6 @@ ${OBJ}: config.mk
        sic: ${OBJ}
                @echo CC -o $@
                @${CC} -o $@ ${OBJ} ${LDFLAGS}
       -        @strip $@
        
        clean:
                @echo cleaning