Fix tasks

This commit is contained in:
hodasemi 2018-10-17 11:24:39 +02:00
parent b7c5b93a31
commit 213e4207dc

2
.vscode/tasks.json vendored
View file

@ -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": []
}, },
{ {