From 9cf31746965729f6ea8289849f08fe7a8b825555 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 20 Sep 2016 18:21:32 +0000 Subject: Get rid of curcc, instead cycle through the queue; removes the need for client_none(). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1