2 // See https://go.microsoft.com/fwlink/?LinkId=733558
3 // for the documentation about the tasks.json format
7 "label": "Build Matek F722-SE",
9 "command": "make MATEKF722SE",
13 "cwd": "${workspaceFolder}/build"
17 "label": "Build Matek F722",
19 "command": "make MATEKF722",
26 "cwd": "${workspaceFolder}/build"
31 "label": "CMAKE Update",
33 "command": "cmake ..",
37 "cwd": "${workspaceFolder}/build"