aboutsummaryrefslogtreecommitdiffstats
path: root/client/go
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2022-09-26 15:52:34 +0200
committerGitHub <noreply@github.com>2022-09-26 15:52:34 +0200
commita49b2285e2db0d500cc8b01d34da0412fcf6f1fd (patch)
treedee09687cd19d4af03b625294d356b59d3530e8c /client/go
parent84332a69d6e03d6566aad70a7a69dc7119263a86 (diff)
parent4d6cd3880d386ac7cf5c46186106ef63d12270a7 (diff)
Merge pull request #24214 from vespa-engine/toregge/adjust-go-build
Use real outputs for custom command that builds go binaries.
Diffstat (limited to 'client/go')
-rw-r--r--client/go/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index 8a07f880c24..8779c1bfe25 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -127,7 +127,7 @@ manpages: install
clean:
rm -rf $(DIST)
- rm -f $(BIN)/vespa $(SHARE)/man/man1/vespa.1 $(SHARE)/man/man1/vespa-*.1
+ rm -f $(BIN)/vespa $(BIN)/script-utils $(SHARE)/man/man1/vespa.1 $(SHARE)/man/man1/vespa-*.1
rmdir -p $(BIN) $(SHARE)/man/man1 > /dev/null 2>&1 || true
test: ci