Skip to content

Instantly share code, notes, and snippets.

@khairulhasanmd
Created December 8, 2015 15:30
Show Gist options
  • Save khairulhasanmd/2f8521a0a45b5a02a3d9 to your computer and use it in GitHub Desktop.
Save khairulhasanmd/2f8521a0a45b5a02a3d9 to your computer and use it in GitHub Desktop.
Sublime C build in windows
{
"windows":
{
"cmd": ["g++","$file_name","-o", "${file_base_name}.exe", "-lm", "-Wall", "&","start", "${file_base_name}.exe"]
},
"selector" : "${file_base_name}.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