st
simple terminal
git clone https://9o.is/git/st.git
commit 64a245223d416c96d90dd7b7e07af92c2c94e248 parent b896f31c44534038d461521d65d23091b0184f01 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sun, 22 Feb 2015 10:59:26 +0000 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. Diffstat:
| M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -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