Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created April 9, 2014 21:24
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 dufferzafar/10318316 to your computer and use it in GitHub Desktop.
Save dufferzafar/10318316 to your computer and use it in GitHub Desktop.
C Sublime Build
{
"cmd" : ["gcc", "-Wall", "$file_name", "-o", "$file_base_name.exe"],
"selector" : "source.c",
"shell": true,
"working_dir" : "$file_path"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment