fixed build error, #87
[smdp.git] / mdp.sublime-project
index caa8b49..0de5ccc 100644 (file)
@@ -10,7 +10,7 @@
     {
         "follow_symlinks": true,
         "path": ".",
-        "file_exclude_patterns": [".*", "mdp", "mdp.sublime-project"]
+        "file_exclude_patterns": [".*", "mdp", "mdp.sublime-project", "mdp.sublime-workspace"]
     }
     ]
     ,"build_systems":
@@ -24,7 +24,7 @@
         [
         {
             "name": "clean",
-            "cmd": ["make", "clean"],
+            "cmd": ["make", "clean"]
         }
         ]
     }