Skip to content

Commit

Permalink
Build all go files initially
Browse files Browse the repository at this point in the history
  • Loading branch information
BenchR267 committed Feb 16, 2017
1 parent c828f15 commit 16b6cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goalfred/init.go
Expand Up @@ -165,5 +165,5 @@ func createMainFile() error {
}

func compileMainFile() {
exec.Command("bash", "-c", "go build main.go").Run()
exec.Command("bash", "-c", "go build *.go").Run()
}

0 comments on commit 16b6cfa

Please sign in to comment.