Skip to content

Instantly share code, notes, and snippets.

@JalfResi
Created November 18, 2011 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JalfResi/1376198 to your computer and use it in GitHub Desktop.
Save JalfResi/1376198 to your computer and use it in GitHub Desktop.
GoMake Sublime Text 2 Build System
{
"cmd": ["gomake", "-C", "$project_path/src"],
"selector": "source.go",
"path":"/Users/bendavies/go/bin:$PATH",
"file_regex": "^(.+):([0-9]+): .+$"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment