diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-30 18:29:00 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-30 18:29:00 +0200 |
commit | 662dd0f910150228ba93096d77637f697c2c3ed7 (patch) | |
tree | e1682766912b5bc074ca2c1040ce55d3b89b3f94 /Makefile | |
parent | cfe84507a37a65efcb22e7abe3247b4c7704d0a8 (diff) |
Don't try to send signal while gdb is not started.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ package-all: @echo " WARNING: build on Windows not supported for now." @echo "# Build darwin amd64..." GOOS=darwin GOARCH=amd64 RELEASE=1 make -f $(ROOT_SRCDIR)/Makefile package + make -f $(ROOT_SRCDIR)/Makefile clean vendor: tools/glide glide.yaml ./tools/glide install --strip-vendor |