From: Nishi Date: Wed, 2 Oct 2024 07:04:18 +0000 (+0000) Subject: add koakuma build file X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=0a2c443c726c750c123f28baeb7d56ceadb18309;p=tewi.git add koakuma build file git-svn-id: file:///raid/svn-personal/tewi/trunk@210 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Koakumafile b/Koakumafile new file mode 100644 index 0000000..ca084d2 --- /dev/null +++ b/Koakumafile @@ -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 +}