include config.mk
-SRC = st.c
+SRC = st.c x.c
OBJ = ${SRC:.c=.o}
all: options st
@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}
@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