Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Move key-matching functions into x.c
[st.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
527a64d
..
0aceec4
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-20,8
+20,8
@@
LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
# flags
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
# flags
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
-
CFLAGS = -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os $(INCS) $(CPP
FLAGS)
-
LDFLAGS = -g $(LIB
S)
+
STCFLAGS = $(INCS) $(CPPFLAGS) $(C
FLAGS)
+
STLDFLAGS = $(LIBS) $(LDFLAG
S)
# compiler and linker
# CC = c99
# compiler and linker
# CC = c99