diff options
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
index : forks/st | |
Local fork of suckless/st with patches applied |
summaryrefslogtreecommitdiff |
-rw-r--r-- | config.mk | 2 |
@@ -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 |