diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7e89b5a..e11c1d5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -19,6 +19,20 @@ "kind": "build", "isDefault": true } - } + }, + { + "type": "shell", + "label": "make clean", + "command": "make", + "args": ["-C", "BMLite_example", "clean"], + "options": { + "cwd": "${workspaceFolder}" + }, + "problemMatcher": { + "base": "$gcc", + "fileLocation": ["relative", "${workspaceFolder}/BMLite_example", "absolute"] + }, + "group": "build" + } ] } \ No newline at end of file