From: 諏訪子 Date: Sun, 7 Apr 2024 06:25:47 +0000 (+0900) Subject: . X-Git-Tag: mivfx-0.4.0~1 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b7758c569a29a0d15f82d27ae38293be202fad68;p=mivfx.git . --- diff --git a/Makefile b/Makefile index 3123103..b5961e2 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,13 @@ all: clean: rm -f ${NAME} +dist: clean + mkdir -p ${NAME}-${VERSION} + cp -R LICENSE.txt Makefile README.md CHANGELOG.md\ + *.c ${NAME}-${VERSION} + tar zcfv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION} + rm -rf ${NAME}-${VERSION} + install: all mkdir -p ${DESTDIR}${PREFIX}/bin cp -f ${NAME} ${DESTDIR}${PREFIX}/bin