Skip to content

Commit b4cdd5b

Browse files
committed
Fix vscode build output directory
1 parent a332957 commit b4cdd5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"label": "Build efctl",
66
"type": "shell",
7-
"command": "go build -o efctl main.go && echo \"\\n\\u2705 Build Complete. Built efctl successfully!\"",
7+
"command": "go build -o output/efctl main.go && echo \"\\n\\u2705 Build Complete. Built efctl successfully!\"",
88
"group": {
99
"kind": "build",
1010
"isDefault": true

0 commit comments

Comments
 (0)