summaryrefslogtreecommitdiff
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
commitaff112645c5ff286ae94a21bd66531b9c7c49271 (patch)
tree72fa227514e04e797c1dce2c28ba57fb9cb41d7a /src/clean.bash
parent849b2ab15afbe79d9865e55ead911003e4284425 (diff)
downloadgo-aff112645c5ff286ae94a21bd66531b9c7c49271.tar.gz
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 6f5da78d5..2378ecb05 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