~kris/suckless

tabbed

18eef19217a306c5b83193da8662b2b970ce4e47 — Christoph Lohmann 13 years ago 23a1589
Noone likes -Wextra.

I don't have the time to care for X11 that much.
1 files changed, 1 insertions(+), 1 deletions(-)

M config.mk
M config.mk => config.mk +1 -1
@@ 13,7 13,7 @@ LIBS = -L/usr/lib -lc -lX11

# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
CFLAGS = -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}

# Solaris