Rev 210 | Rev 224 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# $Id: Koakumafile 211 2024-10-02 09:39:36Z nishi $
# vim: syntax=tcl
proc run {project_name} {
RunCommand "cp config.h.tmpl config.h"
RunCommand "make clean"
RunCommand "make"
}