Fix tasks
This commit is contained in:
parent
b7c5b93a31
commit
213e4207dc
1 changed files with 1 additions and 1 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
"label": "Build All Exercises",
|
"label": "Build All Exercises",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "rm -r build/bin/ && mkdir -p build && cd build && cmake .. && make -j 16",
|
"command": "rm -rf build/bin/ && mkdir -p build && cd build && cmake .. && make -j 16",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue