Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created November 29, 2012 01:02
Show Gist options
  • Select an option

  • Save aaronpowell/4165993 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/4165993 to your computer and use it in GitHub Desktop.
Sublime make build command including Windows support
{
"cmd": ["make"],
"working_dir":"${project_path}",
"windows": {
"cmd": ["C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/nmake"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment