clean generated tarball too
This commit is contained in:
parent
0328079589
commit
09a49b3dce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
Loading…
Reference in a new issue