commit 09a49b3dce9d05d8729fd7bb97efadba69951391 parent 0328079589e5a92eac94b594aa6361d38e7fbc76 Author: sin <[email protected]> Date: Fri Mar 25 09:30:19 +0000 clean generated tarball too Diffstat:
Makefile | | | 2 | +- |
diff --git 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.