diff options
| author | Rob Pike <r@golang.org> | 2008-06-12 14:50:25 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-06-12 14:50:25 -0700 |
| commit | ed5e39a66dedbb21d6a48fe1a9885d4737292636 (patch) | |
| tree | d30e784d57b77994c2c8b965712bdd96dd4d1fb7 /src/make.bash | |
| parent | ef61a4cb1ec9ba332ee2d5a788c509d9ae851f19 (diff) | |
| download | go-ed5e39a66dedbb21d6a48fe1a9885d4737292636.tar.xz | |
Add 6db
SVN=122505
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash index e81a2a4e5f..d9a46a0f68 100755 --- a/src/make.bash +++ b/src/make.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 install |
