diff --git a/Makefile b/Makefile index 26c07182e86749a0cf7b59c9bb3bc9b580574fd8..6ad28db46c9c8c0d23caed895bb1c0c123de2036 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,13 @@ endif endif deps: check-cert +ifeq "$(SKIP_DEPS)" "" go get -u github.com/peterh/liner go get -u github.com/spf13/cobra go get -u golang.org/x/sys/unix go get -u github.com/davecheney/profile go get -u gopkg.in/yaml.v2 +endif build: deps go build $(FLAGS) github.com/derekparker/delve/cmd/dlv