summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-06-16 14:03:13 -0700
committerRob Pike <r@golang.org>2009-06-16 14:03:13 -0700
commit3e70e098c79da457de99f55cb66df9c0c1d9429f (patch)
tree1bf12a447ae1e7749a41a81719aff7de3f23f806 /src
parent351edf5e710e082a02698c36bfe08d2eef5f0c89 (diff)
downloadgolang-3e70e098c79da457de99f55cb66df9c0c1d9429f.tar.gz
clean gofmt
R=rsc OCL=30363 CL=30363
Diffstat (limited to 'src')
-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 6cd8a2279..7431e6f1f 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 gobuild godefs godoc prof gotest
+for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g ar db nm acid cov gobuild godefs godoc gofmt prof gotest
do
cd $i
make clean