Files
Nils O. Selåsdal c9a51a85ea Initial
2026-05-11 22:37:01 +02:00

16 lines
181 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "make: build",
"command": "make",
"group": {
"kind": "build",
"isDefault": true
},
}
]
}