From c91a0c78cf4f7155ddbee731bb58803f74c450d1 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 26 Oct 2009 16:53:41 +0100 Subject: first version is 0.1, cleanup config.mk --- config.mk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 8afd77d..01e386c 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # tabbed version -VERSION = 0.0 +VERSION = 0.1 # Customize below to fit your system @@ -13,11 +13,9 @@ LIBS = -L/usr/lib -lc -lX11 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -#CFLAGS = -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -g -std=c99 -pedantic -Wall -Werror -O0 ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} -LDFLAGS = ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} +#LDFLAGS = ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -- cgit v1.2.3