mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 17:15:45 +00:00
9 lines
206 B
Plaintext
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]);
|
|
|
|
} |