ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.91k stars 408 forks source link

Makefile assumes GOPATH has one directory #18

Closed AndrewWPhillips closed 6 years ago

AndrewWPhillips commented 6 years ago

I get thios error when I run make:

Fatal: Unable to execute command: L:\Dev...;D:\Golang/bin/dep

I think this is becuase the makefile uses $(GOPATH) as if it contains a single directory

dep: $(GOPATH)/bin/dep ensure

ondrajz commented 6 years ago

I will probably make the dep target to run dep ensure and relying on the users to have $GOPATH/bin in their PATH.

ondrajz commented 6 years ago

Please, try it now and report back if you found any other issue.