{
    "version": "2.0.0",
    "tasks": [
      {
        "type":  "shell",
        "label": "mingw make",
        "command": "make -j 4",
        "options": {
          "cwd": "${workspaceFolder}",
        },
        "problemMatcher": ["$gcc"],
        "group": {
          "kind": "build",
          "isDefault": true
        }
      }
    ]
  }