From ac1df80dc1153e32d43a0919efbddca80fc57247 Mon Sep 17 00:00:00 2001 From: Samuel Date: Mon, 4 May 2026 20:46:27 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20de=20la=20t=C3=A2che=20de=20buil?= =?UTF-8?q?d=20-=20pour=20cr=C3=A9er=20le=20r=C3=A9pertoire=20build=20auto?= =?UTF-8?q?matiquement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c98bf9b..22562e4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,7 +2,7 @@ "tasks": [ { "type": "shell", - "command": "cd build; cmake ../; make", + "command": "mkdir -p build; cd build; cmake ../; make", "label": "CMake in build/", "problemMatcher": [], "group": { @@ -13,7 +13,7 @@ { "type": "shell", "command": "cd build; cmake ../; make Flash", - "label": "CMake & Make & Flash", + "label": "mkdir -p build; CMake & Make & Flash", "problemMatcher": [], "group": { "kind": "build",