Subversion Repositories Tewi

Rev

Rev 210 | Rev 223 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
210 nishi 1
# $Id: Koakumafile 211 2024-10-02 09:39:36Z nishi $
2
# vim: syntax=tcl
3
 
4
proc run {project_name} {
211 nishi 5
	RunCommand "cp config.h.tmpl config.h"
6
	RunCommand "make clean"
7
	RunCommand "make"
210 nishi 8
}