commit 2f3068fb77aed6c5128b7df1571bee1edaa35d92 parent b7f891145503257759c44f5737eabe3010eae2af Author: Anselm R.Garbe <[email protected]> Date: Mon, 14 Aug 2006 08:44:54 +0200 added comment Diffstat:
M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -20,6 +20,6 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} -# compiler +# compiler and linker CC = cc LD = ${CC}