From f751345eb739f813488676093e3b4fc1a3af6fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Fri, 1 Dec 2023 02:29:59 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a1c062..91cdcb1 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ clean: dist: clean mkdir -p ${NAME}-${VERSION} cp -R LICENSE.txt Makefile README.md CHANGELOG.md\ + sp-completion.zsh\ *.c *.h ${NAME}-${VERSION} tar zcfv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION} rm -rf ${NAME}-${VERSION} @@ -31,4 +32,4 @@ install-zsh: uninstall: rm -f ${DESTDIR}${PREFIX}/bin/${NAME} -.PHONY: all clean dist install uninstall +.PHONY: all clean dist install install-zsh uninstall