]> Dogcows Code - chaz/tint2/commitdiff
correct Makefile
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Thu, 30 Oct 2008 17:51:28 +0000 (17:51 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Thu, 30 Oct 2008 17:51:28 +0000 (17:51 +0000)
src/Makefile
src/tint2

index 06aa859709d01cc849922be988e54b296923deaa..31fe027cd57b81b7a4f808b30300ac83d0351adc 100644 (file)
@@ -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:
index 47b576f2af22e3499ae5c3cc850e3a4ea4c51f1e..ab391d4abcc4473b3b55534ae2f627fc36f63597 100755 (executable)
Binary files a/src/tint2 and b/src/tint2 differ
This page took 0.025285 seconds and 4 git commands to generate.