From a7e671400847169c8cfc2379d7e9fed9bfb013c7 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 28 Oct 2024 00:02:35 +0000 Subject: [PATCH] clean git-svn-id: file:///raid/svn-personal/tewi/trunk@397 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fac632c..e7bf45d 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ 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 ./ + rm -rf /tmp/tewi-* ./Tool/option: ./Tool/option.c config.h prepare-config cc -o $@ ./Tool/option.c -- 2.43.0