aboutsummaryrefslogtreecommitdiff
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 41f4917d9e..0c0cc7fcf5 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 blyacc acid cov prof
+for i in cc 6l 6a 6c gc 6g ar db nm blyacc acid cov gobuild prof
do
cd $i
make clean