1 parent a332957 commit b4cdd5bCopy full SHA for b4cdd5b
1 file changed
.vscode/tasks.json
@@ -4,7 +4,7 @@
4
{
5
"label": "Build efctl",
6
"type": "shell",
7
- "command": "go build -o efctl main.go && echo \"\\n\\u2705 Build Complete. Built efctl successfully!\"",
+ "command": "go build -o output/efctl main.go && echo \"\\n\\u2705 Build Complete. Built efctl successfully!\"",
8
"group": {
9
"kind": "build",
10
"isDefault": true
0 commit comments