mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 14:05:46 +01:00
16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "(dbg) compile linux-x86_64",
|
|
"type": "shell",
|
|
"command": "DEBUG=1 make linux-x86_64",
|
|
},
|
|
{
|
|
"label": "(dbg) compile win-x86_64",
|
|
"type": "shell",
|
|
"command": "DEBUG=1 make win-x86_64",
|
|
}
|
|
]
|
|
}
|