diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 11:57:33 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 11:57:33 +0200 |
commit | 0e5c8198bc5a69e87b0114b81d6569188828edfa (patch) | |
tree | ac564b321cca1acb88bfe3ba720e77fa8fb12fe5 /config.mk | |
parent | 6458d72572a30d2cc4af3385755033b2cca93057 (diff) | |
download | dwm-0e5c8198bc5a69e87b0114b81d6569188828edfa.tar.gz |
implemented dwm reading status text from stdin
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.mk b/config.mk index ed58c1f..f32f80e 100644 --- a/config.mk +++ b/config.mk @@ -14,12 +14,12 @@ 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} \ +#CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ # -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} +#LDFLAGS = ${LIBS} +CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ + -DVERSION=\"${VERSION}\" +LDFLAGS = -g ${LIBS} # Solaris |