mirror of
https://github.com/buserror/mii_emu.git
synced 2024-11-29 17:50:43 +00:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Make Build",
|
|
"type": "shell",
|
|
"command": "make all",
|
|
"problemMatcher": [],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
}
|