clean generated tarball too

This commit is contained in:
sin 2016-03-25 09:30:19 +00:00
parent 0328079589
commit 09a49b3dce

View file

@ -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.