stagit

static git repository generator

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

commit 5e8e9fde09fa2021136fdfe2daa4af98a6a15a78
parent 2e9c22b4b57a3647db2e30f1a8c6d0ef10f9eeda
Author: sin <sin@2f30.org>
Date:   Fri, 25 Mar 2016 09:30:19 +0000

clean generated tarball too

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

diff --git a/Makefile b/Makefile @@ -62,7 +62,7 @@ stagit-index: stagit-index.o ${COMPATOBJ} ${CC} -o $@ stagit-index.o ${COMPATOBJ} ${LDFLAGS} clean: - rm -f ${BIN} ${OBJ} + rm -f ${BIN} ${OBJ} ${NAME}-${VERSION}.tar.gz install: all # installing executable files.