aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-07-09 16:09:48 -0700
committerRob Pike <r@golang.org>2008-07-09 16:09:48 -0700
commit92bb676290cd129969e9c8b9ce2033cd49894214 (patch)
tree4bcf59276ca75605d829553e709b8dcdf139cd5f /src/make.bash
parent12c81a0ce88f6a66bceb06952700c65e5b9dde4c (diff)
downloadgo-92bb676290cd129969e9c8b9ce2033cd49894214.tar.xz
build packages automatically
SVN=126577
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index 14d8188f2e..2d17e798f2 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -12,7 +12,7 @@ do
cd ..
done
-for i in cmd runtime
+for i in cmd runtime lib
do
cd $i
bash make.bash