source: Main/trunk/Koakumafile@ 215

Last change on this file since 215 was 211, checked in by Nishi, on Oct 2, 2024 at 6:39:36 PM

update file

  • Property svn:keywords set to Id
File size: 138 bytes
Line 
1# $Id: Koakumafile 211 2024-10-02 09:39:36Z nishi $
2# vim: syntax=tcl
3
4proc run {project_name} {
5 RunCommand "cp config.h.tmpl config.h"
6 RunCommand "make clean"
7 RunCommand "make"
8}
Note: See TracBrowser for help on using the repository browser.