aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorokan2016-09-20 18:23:12 +0000
committerokan2016-09-20 18:23:12 +0000
commitd63be032dd4ad1a395b096837bd3801c85d570bc (patch)
treec8b026f15d8538db40c03cfd92e0129d957dbe5f /Makefile
parent3f20ee980685f849ca7802b857736d819bff063a (diff)
downloadcwm-d63be032dd4ad1a395b096837bd3801c85d570bc.tar.gz
remove debug that accidentally snuck in
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 34f2927..8ab0d63 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2016/09/20 18:21:32 okan Exp $
+# $OpenBSD: Makefile,v 1.23 2016/09/20 18:23:12 okan Exp $
.include <bsd.xconf.mk>
@@ -10,7 +10,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
-CFLAGS+= -Wall -g
+CFLAGS+= -Wall
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
-lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext