Browse Source

added comment

master
Anselm R.Garbe 18 years ago
parent
commit
2f3068fb77
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk 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}

Loading…
Cancel
Save