X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=ef3bf092f858a83c77e96f2f5d918e45b44ab4d3;hb=6db6980e27bdde6f2d444dd3cdd7a46985fa84fc;hp=14da7a565242020a2de3c9879110dd699378d8b5;hpb=10e49a0505a250fc78c41842d93eb2a0abaf4c93;p=st.git diff --git a/Makefile b/Makefile index 14da7a5..ef3bf09 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ all: options st options: @echo st build options: + @echo "SYSTEM = ${SYSTEM}" @echo "CFLAGS = ${CFLAGS}" @echo "LDFLAGS = ${LDFLAGS}" @echo "CC = ${CC}" @@ -31,7 +32,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p st-${VERSION} - @cp -R LICENSE Makefile README config.mk st.h ${SRC} st-${VERSION} + @cp -R LICENSE Makefile README config.mk config.h st.info ${SRC} st-${VERSION} @tar -cf st-${VERSION}.tar st-${VERSION} @gzip st-${VERSION}.tar @rm -rf st-${VERSION} @@ -41,8 +42,7 @@ install: all @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f st ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/st - @tic st.info - @tic st-256color.info + @tic -s st.info uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin