diff options
author | okan | 2016-09-20 18:21:32 +0000 |
---|---|---|
committer | okan | 2016-09-20 18:21:32 +0000 |
commit | 3f20ee980685f849ca7802b857736d819bff063a (patch) | |
tree | 73775bfed69756ab375e094fd872da3e0accc6a1 /Makefile | |
parent | 86e2c481f56ad0ea549838666d9fda03519fe1ef (diff) | |
download | cwm-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |