diff --git a/src/Makefile b/src/Makefile index 06aa859..31fe027 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,7 +21,7 @@ endif $(PROGNAME): $(FILES) $(SYSTRAYOBJ) - $(CC) $(CFLAGS) $(FLAGS) -I. -Iutil -Iclock -Itaskbar -Isystray -o $(PROGNAME) $(FILES) + $(CC) $(CFLAGS) -I. -Iutil -Iclock -Itaskbar -Isystray -o $(PROGNAME) $(FILES) $(FLAGS) strip $(PROGNAME) install: diff --git a/src/tint2 b/src/tint2 index 47b576f..ab391d4 100755 Binary files a/src/tint2 and b/src/tint2 differ