X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=mdp.sublime-project;h=0de5cccae29a918e59d7a370ed699bb696e7be32;hb=58e6310354246773a7aecf1b4612eee088a4596b;hp=e20eca6ed8c461103734b58c50400e4ee4d9bca2;hpb=43aa3385fb0e78b302a9191789d59115402035f8;p=smdp.git diff --git a/mdp.sublime-project b/mdp.sublime-project index e20eca6..0de5ccc 100644 --- a/mdp.sublime-project +++ b/mdp.sublime-project @@ -10,7 +10,23 @@ { "follow_symlinks": true, "path": ".", - "file_exclude_patterns": [".*", "mdp", "mdp.sublime-project"] + "file_exclude_patterns": [".*", "mdp", "mdp.sublime-project", "mdp.sublime-workspace"] } ] -} \ No newline at end of file + ,"build_systems": + [ + { + "name": "mdp", + "cmd": ["make"], + "working_dir": "${project_path:${folder}}", + + "variants": + [ + { + "name": "clean", + "cmd": ["make", "clean"] + } + ] + } + ] +}