]> Dogcows Code - chaz/tint2/blobdiff - src/Makefile
fixed decorated window with compiz
[chaz/tint2] / src / Makefile
index 5b8b2b77b76b767ec6d2faf88e98b4190065a8ef..31fe027cd57b81b7a4f808b30300ac83d0351adc 100644 (file)
@@ -22,7 +22,7 @@ endif
 
 $(PROGNAME): $(FILES) $(SYSTRAYOBJ)
        $(CC) $(CFLAGS) -I. -Iutil -Iclock -Itaskbar -Isystray -o $(PROGNAME) $(FILES) $(FLAGS)
-       #strip $(PROGNAME)
+       strip $(PROGNAME)
 
 install:
        mkdir -p $(BINDIR)
This page took 0.023707 seconds and 4 git commands to generate.