Rev 211 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# $Id: Koakumafile 210 2024-10-02 07:04:18Z nishi $
# vim: syntax=tcl
proc run {project_name} {
exec cp config.h.tmpl config.h >@stdout 2>@1
exec make clean >@stdout 2>@1
exec make >@stdout 2>@1
}