Add clean task.

This commit is contained in:
2018-04-17 22:59:28 +02:00
parent 13dd7d432b
commit 9b7dad5be6

16
.vscode/tasks.json vendored
View File

@@ -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",