sandy

text editor
git clone git://git.suckless.org/sandy
Log | Files | Refs | README | LICENSE

commit a1d230d67c6f077a4e4395d10cf81dffff2cc5aa
parent d99eb5c370ea4ea9011a92f30a342560be982696
Author: Rafael Garcia <rafael.garcia.gallego@gmail.com>
Date:   Wed,  1 Jun 2011 00:05:35 +0200

CPPFLAGS as per cls recommendation.
Diffstat:
config.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -12,7 +12,7 @@ INCS = -I. -I/usr/include LIBS = -L/usr/lib -lc -lncurses # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_POSIX_SOURCE #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} #LDFLAGS = -s ${LIBS} CFLAGS = -ggdb -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}