diff --git a/Makefile b/Makefile index c37d9c9..1470f4c 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ dist: clean mkdir -p ${NAME}-${VERSION} cp -R LICENSE.txt Makefile README.md CHANGELOG.md\ view static logo.jpg\ - ${NAME}.1 *.go *.json go.mod ${NAME}-${VERSION} + ${NAME}.1 *.go *.json go.mod go.sum ${NAME}-${VERSION} tar zcfv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION} rm -rf ${NAME}-${VERSION}