From: FreeBirdLjj Date: Sat, 4 Oct 2014 12:28:27 +0000 (+0800) Subject: Update for build systems. X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=c5e2b50e0301142941721aa2ce3f113fbbc33582 Update for build systems. --- diff --git a/mdp.sublime-project b/mdp.sublime-project index e20eca6..caa8b49 100644 --- a/mdp.sublime-project +++ b/mdp.sublime-project @@ -13,4 +13,20 @@ "file_exclude_patterns": [".*", "mdp", "mdp.sublime-project"] } ] -} \ No newline at end of file + ,"build_systems": + [ + { + "name": "mdp", + "cmd": ["make"], + "working_dir": "${project_path:${folder}}", + + "variants": + [ + { + "name": "clean", + "cmd": ["make", "clean"], + } + ] + } + ] +}