From b0a608b5385f53252de9508f250592880ef479e9 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Tue, 17 Jun 2008 10:29:33 +0100 Subject: updated --- config.mk | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 9ac2f8b..dae7517 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ -# setwmname version -VERSION = 0.1 +# wmname version +VERSION = 0.2 # Customize below to fit your system @@ -15,10 +15,9 @@ INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags -CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} +CPPFLAGS = -DVERSION=\"${VERSION}\" +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # compiler and linker CC = cc -- cgit v1.2.3