diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0fc46313..cafa7857 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -121,15 +121,15 @@ "args": [ "-l", "tasks.sh", + "--target", + "graphicstest", + "--build", "--run", "graphicstest.exe", ], "options": { "cwd": "${workspaceFolder}" }, - "dependsOn": [ - "Build XEGE Library" - ], "group": "build", "problemMatcher": "$gcc" }