Use shell param instead of duplicating the flow

This commit is contained in:
Greg Solo
2021-04-28 19:49:07 -04:00
committed by Paul Chote
parent c9b9efe745
commit c39f7e521a
2 changed files with 5 additions and 17 deletions

2
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
{
"label": "build",
"command": "make",
"args": ["debug"],
"args": ["all", "CONFIGURATION=Debug"],
"windows": {
"command": "make.cmd"
}