Don't try to send signal while gdb is not started.
[src/xds/xds-gdb.git] / Makefile
index ee8e5e2..e4973ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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