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 d1050afb60
commit c07123ec78

View File

@ -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