source:
Main/trunk/Koakumafile@
211
Last change on this file since 211 was 211, checked in by , on Oct 2, 2024 at 6:39:36 PM | |
---|---|
|
|
File size: 138 bytes |
Rev | Line | |
---|---|---|
[210] | 1 | # $Id: Koakumafile 211 2024-10-02 09:39:36Z nishi $ |
2 | # vim: syntax=tcl | |
3 | ||
4 | proc run {project_name} { | |
[211] | 5 | RunCommand "cp config.h.tmpl config.h" |
6 | RunCommand "make clean" | |
7 | RunCommand "make" | |
[210] | 8 | } |
Note:
See TracBrowser
for help on using the repository browser.