summaryrefslogtreecommitdiffstats
path: root/client/go
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2022-09-26 12:13:45 +0200
committerTor Egge <Tor.Egge@yahooinc.com>2022-09-26 12:13:45 +0200
commit4d6cd3880d386ac7cf5c46186106ef63d12270a7 (patch)
tree8374c2da0b0bed5599a083499cd46ad6f087f8bc /client/go
parented48985f772b02dbb19ab9f1324ee65f37659b05 (diff)
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