source:
Main/trunk/Koakumafile@
214
Last change on this file since 214 was 211, checked in by , on Oct 2, 2024 at 6:39:36 PM | |
---|---|
|
|
File size: 138 bytes |
Line | |
---|---|
1 | # $Id: Koakumafile 211 2024-10-02 09:39:36Z nishi $ |
2 | # vim: syntax=tcl |
3 | |
4 | proc 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.