aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorokan2016-09-20 18:21:32 +0000
committerokan2016-09-20 18:21:32 +0000
commit3f20ee980685f849ca7802b857736d819bff063a (patch)
tree73775bfed69756ab375e094fd872da3e0accc6a1 /Makefile
parent86e2c481f56ad0ea549838666d9fda03519fe1ef (diff)
downloadcwm-3f20ee980685f849ca7802b857736d819bff063a.tar.gz
Get rid of curcc, instead cycle through the queue; removes the need for
client_none().
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3498d0..34f2927 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.21 2015/06/26 15:21:58 okan Exp $
+# $OpenBSD: Makefile,v 1.22 2016/09/20 18:21:32 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
+CFLAGS+= -Wall -g
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
-lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext