summaryrefslogtreecommitdiff
path: root/src/cmd/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-03 10:38:03 -0700
committerRuss Cox <rsc@golang.org>2009-10-03 10:38:03 -0700
commit8baf3ff3608e0c042f5a754c826e44e86cf3cac4 (patch)
treeb36a287809c327f8f334be2bb1febbb01771879a /src/cmd/clean.bash
parent1bb8f19f5e9016a9eb118b8aba2b5689b4505812 (diff)
downloadgolang-8baf3ff3608e0c042f5a754c826e44e86cf3cac4.tar.gz
clean more
R=r DELTA=40 (9 added, 3 deleted, 28 changed) OCL=35277 CL=35305
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 8e6e5a7f1..8432c9f22 100644
--- a/src/cmd/clean.bash
+++ b/src/cmd/clean.bash
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g ar db nm acid cov ebnflint godefs godoc gofmt prof gotest
+for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g ar db nm acid cgo cov ebnflint godefs godoc gofmt prof gotest
do
cd $i
make clean