1
0

added comment

This commit is contained in:
Anselm R.Garbe 2006-08-14 08:44:54 +02:00
parent e1223229f0
commit 20bb5a96a0

View File

@ -20,6 +20,6 @@ LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS} #LDFLAGS = -g ${LIBS}
# compiler # compiler and linker
CC = cc CC = cc
LD = ${CC} LD = ${CC}