{
"version": "2.0.0",
"tasks": [
"label": "compile",
"type": "shell",
"command": "make compile"
},
"label": "install",
"command": "make install"
"label": "clean",
"command": "make clean"
"label": "build",
"command": "make build"
"label": "run",
"command": "make run"
"label": "test",
"command": "make test"
"label": "standalone",
"command": "make standalone"
}
]