From c07123ec78c8a9ef8be1a320fd6ccc7f9b0deb51 Mon Sep 17 00:00:00 2001 From: oga Date: Sun, 11 Jan 2009 21:48:27 +0000 Subject: Add -Wall to CFLAGS, it's helped find a few dodgy constructs. ok okan@. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7969398..2022dd1 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit 1.4.1