delve/cmd/dlv
aarzilli 087431f029 Makefile: replace makefile with a script
We were using our makefile not for the intended purpose of makefiles
but to multiplex a series of small scripts.
We can easily achieve the same result in a more reasonable programming
language and as a bonus we don't need to install a version of make on
windows anymore.
Additionally our test script had become fairly complicated and will
become even more complicated when testing of PIE buildmode is
introduced.
Allows the tests to run on Windows without having to install Mingw
(although we still want it installed so that we can run cgo tests on
Windows).

Fixes building when GOPATH isn't set.

Fixes #759
2018-09-18 12:06:25 -07:00
..
cmds cmd/dlv: use the same connect code whether or not we started the server 2018-08-14 12:23:28 -07:00
dlv_test.go Makefile: replace makefile with a script 2018-09-18 12:06:25 -07:00
main.go cmd/dlv: do not override user's CGO_CFLAGS 2018-07-31 12:02:56 -07:00