X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/d58dd3b8bc42ed31232e4145696d7dacb117a31c..d2f157c7418e2762316e5471f819ec1e5c49e93c:/Makefile diff --git a/Makefile b/Makefile index b0bd42d..14da7a5 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: config.mk +${OBJ}: config.h config.mk st: ${OBJ} @echo CC -o $@ @@ -42,6 +42,7 @@ install: all @cp -f st ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/st @tic st.info + @tic st-256color.info uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin