** Link time plugin to modify sublime.project files to synchronise binaries targets for debugging with https://github.com/quarnster/SublimeGDB **
mod:
- name: subl.gdb
link:
project_file: $str # defaults see "Defaults"
*nix gcc:
mkn clean build -dtOa "-fPIC" -l "-pthread -ldl"
*nix gcc:
mkn clean build -dtOa "-fPIC" -l "-pthread -ldl" -p test run
##Defaults
project_file will attempt the following order $PWD/.sublime-project
if no file is found an error will be raised