diff -urN wmdrawer-0.10.5.orig/Makefile wmdrawer-0.10.5/Makefile --- wmdrawer-0.10.5.orig/Makefile 2004-06-26 21:16:04 +0300 +++ wmdrawer-0.10.5/Makefile 2006-03-27 15:21:46 +0300 @@ -61,7 +61,7 @@ $(CC) $(CFLAGS) $(DEFS) -c $< wmdrawer : $(OBJS) - $(CC) $(LDFLAGS) -o $@ $(OBJS) + $(CC) -o $@ $(OBJS) $(LDFLAGS) strip $@ clean :