Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Last active June 11, 2018 00:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save lopezjurip/6637801e9bd9bd4e8d52 to your computer and use it in GitHub Desktop.
Save lopezjurip/6637801e9bd9bd4e8d52 to your computer and use it in GitHub Desktop.
Sublime Text 3 - C++ Compile and run (OSX)
{
"cmd": ["g++ $file -o $file_base_name -I/usr/local/include ; ./$file_base_name"],
"selector": "source.c++",
"shell": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment