tclean generated tarball too - stagit - static git page generator
(HTM) git clone git://src.adamsgaard.dk/stagit
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 09a49b3dce9d05d8729fd7bb97efadba69951391
(DIR) parent 0328079589e5a92eac94b594aa6361d38e7fbc76
(HTM) Author: sin <sin@2f30.org>
Date: Fri, 25 Mar 2016 09:30:19 +0000
clean generated tarball too
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -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.