]> Git repositories of Nishi - tewi.git/commitdiff
update file
authorNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 09:39:36 +0000 (09:39 +0000)
committerNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 09:39:36 +0000 (09:39 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@211 8739d7e6-ffea-ec47-b151-bdff447c6205

Koakumafile

index ca084d27113e8f98aee8930b059861d5b7a2a427..e66c15559045c55b4abe948d5df94309db54e92d 100644 (file)
@@ -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"
 }