aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-15 15:17:42 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-03-15 15:17:42 +0100
commitdba22848c7d077c1a988a901c9390dc3c8cc9d64 (patch)
treeb3e91f7a977bbb9debd6120df8058f112cc883b2 /config.mk
parent33b1960220f468ff2888e8ba3517e9a62ed99974 (diff)
downloaddwm-dba22848c7d077c1a988a901c9390dc3c8cc9d64.tar.zst
made the string-based setgeom working
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 5176248..f365e8f 100644
--- a/config.mk
+++ b/config.mk
@@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = -s ${LIBS}
-#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK
+#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
# Solaris