Skip to content

Instantly share code, notes, and snippets.

@arthurbenemann
Created May 14, 2015 18:40
Show Gist options
  • Select an option

  • Save arthurbenemann/95df39b39ca805dc0452 to your computer and use it in GitHub Desktop.

Select an option

Save arthurbenemann/95df39b39ca805dc0452 to your computer and use it in GitHub Desktop.
Sublime Build system for ArduCopter project
{
"shell_cmd": "make sitl -j8",
"file_regex": "^(\/...*?(?:.pde|.h|.cpp)):([0-9]*):?([0-9]*)",
"working_dir": "${project_path:${folder}}/ArduCopter",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment