ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit fa96b14fbce5a50e811008e9bb80797e40f1da62
parent a6263b656ee1c0ce0f8d28c010caa84b81e60663
Author: sin <sin@2f30.org>
Date:   Mon, 24 Feb 2014 12:58:16 +0000

Add -Wextra in config.mk

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man #CC = musl-gcc LD = $(CC) CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE -CFLAGS = -g -std=c99 -Wall $(CPPFLAGS) +CFLAGS = -g -std=c99 -Wall -Wextra $(CPPFLAGS) LDFLAGS = -g -lcrypt #CC = tcc