aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsin <[email protected]>2016-03-25 09:30:19 +0000
committersin <[email protected]>2016-03-25 09:30:19 +0000
commit09a49b3dce9d05d8729fd7bb97efadba69951391 (patch)
treee312b24b3ff7833fcaef33f1feb9bb140a9b93f1 /Makefile
parent0328079589e5a92eac94b594aa6361d38e7fbc76 (diff)
downloadstagit-09a49b3dce9d05d8729fd7bb97efadba69951391.tar.gz
stagit-09a49b3dce9d05d8729fd7bb97efadba69951391.zip
clean generated tarball too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.