mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Add -Wall to CFLAGS, it's helped find a few dodgy constructs.
ok okan@.
This commit is contained in:
parent
d1050afb60
commit
c07123ec78
2
Makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user