summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-12-13 17:53:00 -0500
committerRuss Cox <rsc@golang.org>2011-12-13 17:53:00 -0500
commitca4e0c7a23161ae3916874523e9ff0a6748b5228 (patch)
tree8de98a926e2ff0f6c0f2f45dc1a9c3a169d78a2d /src/clean.bash
parent7c40cf708c3ec1134c0739d5de9e49069843ede8 (diff)
downloadgo-ca4e0c7a23161ae3916874523e9ff0a6748b5228.tar.gz
fix build, sorry
TBR=r CC=golang-dev http://codereview.appspot.com/5488066
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clean.bash b/src/clean.bash
index e4e2f8f55..3c6a3972d 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -24,7 +24,7 @@ for i in lib9 libbio libmach cmd pkg \
../misc/cgo/life ../misc/cgo/test \
../misc/dashboard/builder ../misc/goplay\
../doc/codelab/wiki\
- ../test/bench ../test/garbage
+ ../test/bench/shootout ../test/garbage
do
# Do not use gomake here. It may not be available.
$MAKE -C "$GOROOT/src/$i" clean