stagit

clean generated tarball too

sin contact@arjunchoudhary.com

commit: abbf541 parent: 5f08aee
1 files changed, 1 insertions(+), 1 deletions(-)
MMakefile+1-1
M · Makefile +1, -1
1@@ -62,7 +62,7 @@ stagit-index: stagit-index.o ${COMPATOBJ}
2 	${CC} -o $@ stagit-index.o ${COMPATOBJ} ${LDFLAGS}
3 
4 clean:
5-	rm -f ${BIN} ${OBJ}
6+	rm -f ${BIN} ${OBJ} ${NAME}-${VERSION}.tar.gz
7 
8 install: all
9 	# installing executable files.