Make hello_world compile

This commit is contained in:
2022-04-24 17:57:45 +02:00
parent d10cc24419
commit bcdce9873b
2 changed files with 42 additions and 12 deletions

View File

@@ -40,7 +40,7 @@
{
"label": "Blubb",
"type": "shell",
"command": "wsl make -f NewMakefile BUILD_PROFILE=release",
"command": "wsl make all -f NewMakefile BUILD_PROFILE=release",
"options": {
"cwd": "Code"
},