Add clean task.
This commit is contained in:
16
.vscode/tasks.json
vendored
16
.vscode/tasks.json
vendored
@@ -37,6 +37,22 @@
|
|||||||
"$gcc"
|
"$gcc"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "X86_64 - make clean - domod",
|
||||||
|
"options": {
|
||||||
|
"cwd": "${workspaceRoot}/_builds/x86_64_domo-debug/buildroot/build/domod",
|
||||||
|
},
|
||||||
|
"type": "shell",
|
||||||
|
"command": "make clean",
|
||||||
|
"group": "build",
|
||||||
|
"presentation": {
|
||||||
|
"echo": true,
|
||||||
|
"reveal": "always"
|
||||||
|
},
|
||||||
|
"problemMatcher": [
|
||||||
|
"$gcc"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "X86_64 - cmake - libubus-cpp",
|
"label": "X86_64 - cmake - libubus-cpp",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
|||||||
Reference in New Issue
Block a user