aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2008-06-13 18:16:23 -0700
committerKen Thompson <ken@golang.org>2008-06-13 18:16:23 -0700
commitefec14bc5af7f1f43b6e736a4fa2138ea5a328a2 (patch)
tree72fa227514e04e797c1dce2c28ba57fb9cb41d7a /src/clean.bash
parent1ad1044b2db590236fd7c22cb0b0bab8328207f3 (diff)
downloadgo-efec14bc5af7f1f43b6e736a4fa2138ea5a328a2.tar.gz
go-efec14bc5af7f1f43b6e736a4fa2138ea5a328a2.zip
plan9 line numbers and line table
SVN=122793
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 6f5da78d5b..2378ecb054 100755
--- a/src/clean.bash
+++ b/src/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 lib9 libbio
+for i in lib9 libbio libmach_amd64
do
cd $i
make clean