Created
May 14, 2015 18:40
-
-
Save arthurbenemann/95df39b39ca805dc0452 to your computer and use it in GitHub Desktop.
Sublime Build system for ArduCopter project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "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