Changeset 211 in Main for trunk


Ignore:
Timestamp:
Oct 2, 2024, 6:39:36 PM (6 weeks ago)
Author:
Nishi
Message:

update file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r210 r211  
    33
    44proc 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
     5        RunCommand "cp config.h.tmpl config.h"
     6        RunCommand "make clean"
     7        RunCommand "make"
    88}
Note: See TracChangeset for help on using the changeset viewer.