Skip to content

Commit

Permalink
Updated atom-build.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoprog committed Apr 14, 2016
1 parent 63ae7d0 commit c562f0f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .atom-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,18 @@
"env": {
},
"errorMatch": "\n(?<file>[\\/0-9a-zA-Z\\._]+):(?<line>\\d+):(?<col>\\d+)",
"keymap": "f7"
"keymap": "f7",
"targets": {
"emscripten": {
"cmd": "emmake",
"name": "emscripten-debug",
"args": [ "make", "config=debugemscripten64", "-j8" ],
"sh": false,
"cwd": "{PROJECT_PATH}/build/",
"env": {
},
"errorMatch": "\n(?<file>[\\/0-9a-zA-Z\\._]+):(?<line>\\d+):(?<col>\\d+)",
"keymap": "f8"
}
}
}

0 comments on commit c562f0f

Please sign in to comment.