pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e6310
)
updated sublime build system
author
Michael Göhler
<somebody.here@gmx.de>
Sat, 11 Apr 2015 22:05:44 +0000
(
00:05
+0200)
committer
Michael Göhler
<somebody.here@gmx.de>
Sat, 11 Apr 2015 22:05:44 +0000
(
00:05
+0200)
mdp.sublime-project
patch
|
blob
|
history
diff --git
a/mdp.sublime-project
b/mdp.sublime-project
index
0de5ccc
..
a2a86d0
100644
(file)
--- a/
mdp.sublime-project
+++ b/
mdp.sublime-project
@@
-17,13
+17,16
@@
[
{
"name": "mdp",
+ "env": {
+ "DEBUG": "1"
+ },
"cmd": ["make"],
"working_dir": "${project_path:${folder}}",
"variants":
[
{
- "name": "
c
lean",
+ "name": "
C
lean",
"cmd": ["make", "clean"]
}
]