removed trailing colon for sublime text 2 compatibility
authorMichael Göhler <somebody.here@gmx.de>
Mon, 6 Oct 2014 18:23:56 +0000 (20:23 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Mon, 6 Oct 2014 18:23:56 +0000 (20:23 +0200)
mdp.sublime-project

index caa8b49..e6dbd1e 100644 (file)
@@ -24,7 +24,7 @@
         [
         {
             "name": "clean",
-            "cmd": ["make", "clean"],
+            "cmd": ["make", "clean"]
         }
         ]
     }