blob: 8ccaf01b873f687c47b56f751fca631e6c9965a4 [file] [log] [blame]
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "qemu:build",
"type": "shell",
"command": "make -C src/kernel/ debug-wait",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"type": "shell",
"label": "sphynx:watch",
"command": "make -C doc/ watch"
},
{
"type": "shell",
"label": "buildLisp",
"command": "make -C src/lisp"
}
],
}