Update for build systems.
authorFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Sat, 4 Oct 2014 12:28:27 +0000 (20:28 +0800)
committerFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Sat, 4 Oct 2014 12:28:27 +0000 (20:28 +0800)
mdp.sublime-project

index e20eca6..caa8b49 100644 (file)
         "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"],
+        }
+        ]
+    }
+    ]
+}