~petersanchez/st

3604445ffc6ff1bfdfc7614771ca659e423b404b — Roberto E. Vargas Caballero 9 years ago ac11bbb
Comment default CC assignment

CC by default is cc, so the assignment was doing nothing, but
it was using non standard syntax, so some system (NetBSD) fail
to compile.
1 files changed, 1 insertions(+), 1 deletions(-)

M config.mk
M config.mk => config.mk +1 -1
@@ 24,5 24,5 @@ CFLAGS += -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os ${INCS} ${CPPFLAGS}
LDFLAGS += -g ${LIBS}

# compiler and linker
CC ?= cc
# CC = cc