]> git.armaanb.net Git - st.git/blobdiff - Makefile
Add bold off SGR
[st.git] / Makefile
index 6158ab20f2f7cc22abef463c81f19e342686c42e..d8595fe9df10663618e294ce0d1db5e617d6a8bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = st.c
+SRC = st.c x.c
 OBJ = ${SRC:.c=.o}
 
 all: options st
@@ -21,6 +21,9 @@ config.h:
        @echo CC $<
        @${CC} -c ${CFLAGS} $<
 
+st.o: config.h st.h win.h
+x.o: arg.h st.h win.h
+
 ${OBJ}: config.h config.mk
 
 st: ${OBJ}
@@ -49,7 +52,7 @@ install: all
        @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1
        @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
        @echo Please see the README file regarding the terminfo entry of st.
-       @tic -s st.info
+       @tic -sx st.info
 
 uninstall:
        @echo removing executable file from ${DESTDIR}${PREFIX}/bin