dmgtris/.vscode/tasks.json

11 lines
161 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "buildrom",
"type": "shell",
"command": "make"
}
]
}