Add -Wall to CFLAGS, it's helped find a few dodgy constructs.

ok okan@.
This commit is contained in:
oga 2009-01-11 21:48:27 +00:00
parent b1941d120c
commit 1b62620f13

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2009/01/11 18:34:46 okan Exp $
# $OpenBSD: Makefile,v 1.14 2009/01/11 21:48:27 oga Exp $
.include <bsd.xconf.mk>
@ -10,6 +10,8 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
CFLAGS+= -Wall
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp -lXext \
-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr