source: Main/trunk/Koakumafile@ 210

Last change on this file since 210 was 210, checked in by Nishi, on Oct 2, 2024 at 4:04:18 PM

add koakuma build file

  • Property svn:keywords set to Id
File size: 156 bytes
Line 
1# $Id: Koakumafile 210 2024-10-02 07:04:18Z nishi $
2# vim: syntax=tcl
3
4proc run {project_name} {
5 exec cp config.h.tmpl config.h >@stdout 2>@1
6 exec make clean >@stdout 2>@1
7 exec make >@stdout 2>@1
8}
Note: See TracBrowser for help on using the repository browser.