aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-18 15:50:28 -0700
committerRuss Cox <rsc@golang.org>2008-09-18 15:50:28 -0700
commitaca4f19e206cfe4f9ac764e0eeead46cf49498a6 (patch)
tree75efcbe2215de50d5bc9666f5b4e9fe53e3e01c8 /src
parentf74ec00278914ee8ac57b8dc2339c9393762d1ad (diff)
downloadgo-aca4f19e206cfe4f9ac764e0eeead46cf49498a6.tar.xz
clean blyacc
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=15489 CL=15493
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 3537b835c1..14151d86d6 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 6l 6a 6c 6g gc cc ar db nm acid
+for i in 6l 6a 6c 6g gc cc ar db nm blyacc acid
do
cd $i
make clean