summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorokan <okan>2016-09-20 18:21:32 +0000
committerokan <okan>2016-09-20 18:21:32 +0000
commit9cf31746965729f6ea8289849f08fe7a8b825555 (patch)
tree5a8cd732ea8042f5f06f2a140b173d7c54666cf8 /Makefile
parent6a53e3a859cd55b6f01ecb2a8a8a30af5d940345 (diff)
downloadcwm-9cf31746965729f6ea8289849f08fe7a8b825555.tar.gz
cwm-9cf31746965729f6ea8289849f08fe7a8b825555.tar.xz
cwm-9cf31746965729f6ea8289849f08fe7a8b825555.zip
Get rid of curcc, instead cycle through the queue; removes the need for
client_none().
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f00441b..879ccdf 100644
--- a/Makefile
+++ b/Makefile
@@ -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