Make hello_world compile

This commit is contained in:
Jaby
2022-04-24 17:57:45 +02:00
committed by Jaby
parent a22c6bd5bb
commit 0526bd374c
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"
},