Subversion Repositories Tewi

Rev

Rev 211 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
210 nishi 1
# $Id: Koakumafile 210 2024-10-02 07:04:18Z nishi $
2
# vim: syntax=tcl
3
 
4
proc 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
8
}