Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
bump version to 0.8.2
[st.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
64a1da9
..
0cbb002
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# st version
# st version
-VERSION = 0.8.
1
+VERSION = 0.8.
2
# Customize below to fit your system
# Customize below to fit your system
@@
-21,8
+21,8
@@
LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
`$(PKG_CONFIG) --libs freetype2`
# flags
`$(PKG_CONFIG) --libs freetype2`
# flags
-CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
-STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS)
+
ST
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
+STCFLAGS = $(INCS) $(
STCPPFLAGS) $(
CPPFLAGS) $(CFLAGS)
STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD:
STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD: