summaryrefslogtreecommitdiff
path: root/src/cmd/clean.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/clean.bash')
-rw-r--r--src/cmd/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/clean.bash b/src/cmd/clean.bash
index 9429057a0..9317b8ae5 100644
--- a/src/cmd/clean.bash
+++ b/src/cmd/clean.bash
@@ -5,7 +5,7 @@
GOBIN="${GOBIN:-$HOME/bin}"
-for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g gopack nm cgo cov ebnflint godefs godoc gofmt gotest goyacc hgpatch prof
+for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g gopack nm cgo cov ebnflint godefs godoc gofmt goinstall gotest goyacc hgpatch prof
do
cd $i
"$GOBIN"/gomake clean