X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=14da7a565242020a2de3c9879110dd699378d8b5;hb=d2f157c7418e2762316e5471f819ec1e5c49e93c;hp=b0bd42d01b709a7b0e0b269d12db6713c436cc23;hpb=d58dd3b8bc42ed31232e4145696d7dacb117a31c;p=st.git 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