]> Git repositories of Nishi - tewi.git/commitdiff
add koakuma build file
authorNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 07:04:18 +0000 (07:04 +0000)
committerNishi <nishi@nishi.boats>
Wed, 2 Oct 2024 07:04:18 +0000 (07:04 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@210 8739d7e6-ffea-ec47-b151-bdff447c6205

Koakumafile [new file with mode: 0644]

diff --git a/Koakumafile b/Koakumafile
new file mode 100644 (file)
index 0000000..ca084d2
--- /dev/null
@@ -0,0 +1,8 @@
+# $Id$
+# 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
+}