Files
AudiobookRecorder/launch4j/.vscode/tasks.json
2024-04-07 16:04:02 +01:00

17 lines
304 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "make",
"targetName": "all",
"makeFileRelativePath": "head_src\\makefile",
"problemMatcher": [],
"label": "make: all",
"detail": "./head_src\\makefile",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}