From d34ff060a7dd8ec445f392b4008740ca45e4654c Mon Sep 17 00:00:00 2001
From: Nishi <nishi@nishi.boats>
Date: Wed, 2 Oct 2024 09:39:36 +0000
Subject: [PATCH] update file

git-svn-id: file:///raid/svn-personal/tewi/trunk@211 8739d7e6-ffea-ec47-b151-bdff447c6205
---
 Koakumafile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Koakumafile b/Koakumafile
index ca084d2..e66c155 100644
--- a/Koakumafile
+++ b/Koakumafile
@@ -2,7 +2,7 @@
 # vim: syntax=tcl
 
 proc run {project_name} {
-	exec cp config.h.tmpl config.h >@stdout 2>@1
-	exec make clean >@stdout 2>@1
-	exec make >@stdout 2>@1
+	RunCommand "cp config.h.tmpl config.h"
+	RunCommand "make clean"
+	RunCommand "make"
 }
-- 
2.43.0