Skip to content

Instantly share code, notes, and snippets.

@pashamray
Created June 25, 2014 11:21
Show Gist options
  • Select an option

  • Save pashamray/582ebbee50dd2c721fd2 to your computer and use it in GitHub Desktop.

Select an option

Save pashamray/582ebbee50dd2c721fd2 to your computer and use it in GitHub Desktop.
AVG GCC sublime text build system
{
"cmd": ["make", "all"],
"working_dir": "${project_path:${folder}}",
"encoding": "cp1251",
"selector": "source.c",
"variants": [
{
"cmd": ["make", "clean"],
"name": "Clean"
},
{
"cmd": ["make", "program"],
"name": "Flush"
}
],
"windows":
{
"path": "C:\\WinAVR\\bin;C:\\WinAVR\\utils\\bin"
},
"linux":
{
"path": "/usr/bin/:/bin"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment