JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implemented dwm reading status text from stdin
[dwm.git] / config.mk
index 39533c2..f32f80e 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -14,6 +14,9 @@ VERSION = 0.0
 LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
 
 # Linux/BSD
+#CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
+#      -DVERSION=\"${VERSION}\"
+#LDFLAGS = ${LIBS}
 CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
        -DVERSION=\"${VERSION}\"
 LDFLAGS = -g ${LIBS}