Skip to content

Instantly share code, notes, and snippets.

@acarabott
Created September 27, 2012 11:52
Show Gist options
  • Save acarabott/3793617 to your computer and use it in GitHub Desktop.
Save acarabott/3793617 to your computer and use it in GitHub Desktop.
C Build (and run) System for Sublime Text 2 (OS X)
{
"cmd" : ["gcc ${file} -o ${file_base_name}.out && ./${file_base_name}.out"],
"path" : "/usr/bin:/usr/local/bin",
"shell" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment