Skip to content

Instantly share code, notes, and snippets.

@LazyRen
Created August 23, 2018 21:00
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 LazyRen/7c85044220d324bdf405e93405b41f84 to your computer and use it in GitHub Desktop.
Save LazyRen/7c85044220d324bdf405e93405b41f84 to your computer and use it in GitHub Desktop.
mac sublime build system code. Use with matching .sh file!
{
"shell_cmd": "g++ -std=c++14 ${file_name} -o ${file_base_name}.out && sh /Users/lazyren/Documents/Programming/cpp_cmd.sh \"${file}\"",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c++",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment