From: Nishi Date: Mon, 28 Oct 2024 00:01:38 +0000 (+0000) Subject: clean X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6493090a063538f9a1f1fff82812d205e6b9544a;p=tewi.git clean git-svn-id: file:///raid/svn-personal/tewi/trunk@396 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Makefile b/Makefile index 50b9398..fac632c 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ src-archive: clean @svn cleanup --remove-unversioned cp -rf . /tmp/tewi-`grep "define TW_VERSION" Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'` cd /tmp && tar --exclude .github -czvf tewi-`grep "define TW_VERSION" tewi-*/Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'`.tar.gz tewi-`grep "define TW_VERSION" tewi-*/Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'` + rm -rf /tmp/tewi-* mv /tmp/tewi-`grep "define TW_VERSION" Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'`.tar.gz ./ ./Tool/option: ./Tool/option.c config.h prepare-config