delve/scripts
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
..
gen-cli-docs.go vendor: update vendored packages (#791) 2017-04-17 14:13:00 -07:00
gen-opcodes.go pkg/proc, pkg/dwarf/op: support DW_OP_piece, DW_OP_regX, DW_OP_fbreg 2017-11-21 11:51:02 -08:00
gen-usage-docs.go path/to/binary is the required argument (#847 fixed) (#884) 2017-06-20 10:36:07 -07:00
gencert.sh Bash script to generate & install signing certificate for delve (#760) 2017-03-13 10:59:10 -07:00
make.go Makefile: replace makefile with a script 2018-09-18 12:06:25 -07:00
testsign dev: Fixup Makefile and testsign script 2015-12-13 13:17:56 -08:00