This works: `go build -o vue-suman $(dirname "$0")/vue.go` this doesn't: `go build $(dirname "$0")/vue.go -o vue-suman` with the latter I get: `named files must be .go files` this seems like it should work either way, right?