tabbed

Simple tabbing application for X11.
git clone git://r-36.net/tabbed
Log | Files | Refs | README | LICENSE

commit 0b8e27a808c9e4a1cd65755ec6addf5d28614ef1
parent 907f12fa418854d4dca9ce622dd087da65f05254
Author: Enno Boland (tox) <tox@s01.de>
Date:   Wed, 28 Oct 2009 20:11:51 +0100

reverting config.mk as it contains debug flags.
Diffstat:
config.mk | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk @@ -13,9 +13,8 @@ LIBS = -L/usr/lib -lc -lX11 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} -LDFLAGS = ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"