Nikola Petrov 8b3eb1cb7e up .vscode
2024-03-03 21:06:22 +01:00

21 lines
286 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "make",
"args": [
""
]
},
{
"label": "clean",
"type": "shell",
"command": "make",
"args": [
"clean"
]
}
]
}