aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoroga2009-01-11 21:48:27 +0000
committeroga2009-01-11 21:48:27 +0000
commit74a00dd45aa510b6e46d0799ae03ef047accc935 (patch)
treebd1dd16b7f19a9edf0ec6f87fca05615a8653df7 /Makefile
parentedc845c0c4d9c326090c075d4d0614c66016c3f4 (diff)
downloadcwm-74a00dd45aa510b6e46d0799ae03ef047accc935.tar.gz
Add -Wall to CFLAGS, it's helped find a few dodgy constructs.
ok okan@.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9ec7fe..09489ee 100644
--- a/Makefile
+++ b/Makefile
@@ -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