Skip to content

Instantly share code, notes, and snippets.

@pa1pal
Created July 22, 2015 14:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pa1pal/0a5d50e4feeb50b24ed8 to your computer and use it in GitHub Desktop.
Save pa1pal/0a5d50e4feeb50b24ed8 to your computer and use it in GitHub Desktop.
//Build system to run c++ program on sublime text on Windows
{
"windows":
{
"cmd": ["g++", "$file_name","-o", "${file_base_name}.exe", "-lm", "-Wall", "&","start", "${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