Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created December 29, 2010 11:10
Show Gist options
  • Save JeremySkinner/758424 to your computer and use it in GitHub Desktop.
Save JeremySkinner/758424 to your computer and use it in GitHub Desktop.
//MyScript.cs
public class MyScript : Phantom.Core.BuildScript {
Target @default =() => {
System.Console.WriteLine("foo");
};
}
phantom.exe -f:path/to/MyScript.cs
// runs the "default" target from myscript.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment