Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Add -g geometry to st and the manpage.
[st.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
082a295
..
4f273cd
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-12,7
+12,7
@@
X11LIB = /usr/X11R6/lib
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
+LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
-lXext
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"