From: Thierry Lorthiois Date: Thu, 30 Oct 2008 17:51:28 +0000 (+0000) Subject: correct Makefile X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=f718fe3b414a0de62940ce967cf3f29ed554c9e8;p=chaz%2Ftint2 correct Makefile --- 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