sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit a07ea108ad96c739bf8bbfefe03492df1bee40f6
parent 5e6e00121e098d2da77dfecf1147ce7e4718f53f
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Tue, 24 May 2011 19:14:46 +0100

c99
Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -6,6 +6,6 @@ VERSION = 0.0 AR = ar -CPPFLAGS = -D_POSIX_C_SOURCE=200112L -CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS) +CPPFLAGS = -D_POSIX_C_SOURCE=2 +CFLAGS = -Os -std=c99 -Wall -pedantic $(CPPFLAGS) LDFLAGS = -s -static