added comment

This commit is contained in:
Anselm R.Garbe 2006-08-14 08:44:54 +02:00
parent b7f8911455
commit 2f3068fb77
1 changed files with 1 additions and 1 deletions

View File

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