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