22 lines
372 B
JSON
22 lines
372 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Build 3DS ROM",
|
|
"type": "shell",
|
|
"command": "make",
|
|
"args": [ "output/3ds-arm/ctrmus.elf" ],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
}
|