- Timestamp:
- Oct 2, 2024, 6:39:36 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Koakumafile
r210 r211 3 3 4 4 proc run {project_name} { 5 exec cp config.h.tmpl config.h >@stdout 2>@16 exec make clean >@stdout 2>@17 exec make >@stdout 2>@15 RunCommand "cp config.h.tmpl config.h" 6 RunCommand "make clean" 7 RunCommand "make" 8 8 }
Note:
See TracChangeset
for help on using the changeset viewer.