Starbound/scripts/ide/atom-build.json
2025-03-21 22:23:30 +11:00

16 lines
290 B
JSON

{
"cmd": "make -Cbuild",
"name": "starbound",
"args": [],
"sh": true,
"env": {},
"errorMatch": "^(?<file>[^\\.]+.hs):(?<line>\\d+):(?<col>\\d+)",
"targets": {
"build": {
"cmd": "make -Cbuild build"
},
"clean": {
"cmd": "make -Cbuild clean"
}
}
}