From: sin Date: Fri, 25 Mar 2016 09:30:19 +0000 (+0000) Subject: clean generated tarball too X-Git-Url: https://git.armaanb.net/?a=commitdiff_plain;ds=sidebyside;h=09a49b3dce9d05d8729fd7bb97efadba69951391;p=stagit.git clean generated tarball too --- diff --git a/Makefile b/Makefile index 1b4dffc..eb6e9e8 100644 --- 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.