From: Nishi Date: Wed, 2 Oct 2024 09:39:36 +0000 (+0000) Subject: update file X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=d34ff060a7dd8ec445f392b4008740ca45e4654c;p=tewi.git update file git-svn-id: file:///raid/svn-personal/tewi/trunk@211 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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" }