st

simple terminal

git clone https://9o.is/git/st.git

commit 6f1a058c384462596bf8e8435a91c64ed9ca7656
parent da2f4318823e16c85098efda903968ff25cb79a8
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon, 16 Mar 2015 22:17:30 +0100

arg.h wasn't used for dist.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -34,7 +34,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p st-${VERSION} - @cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 ${SRC} st-${VERSION} + @cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.h ${SRC} st-${VERSION} @tar -cf st-${VERSION}.tar st-${VERSION} @gzip st-${VERSION}.tar @rm -rf st-${VERSION}