Make hello_world compile

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