Files

9 lines
206 B
Plaintext

/^ Entrypoint used only when building the shell ^/
func main(args)
{
var pm = new Tesses.CrossLang.PackageManager();
var tool = new Tesses.CrossLang.BuildTool(pm);
tool.BuildProject(args[1]);
}