diff options
Diffstat (limited to 'src/make.bash')
-rwxr-xr-x | src/make.bash | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash index 9a21cfe2d..e81a2a4e5 100755 --- a/src/make.bash +++ b/src/make.bash @@ -3,6 +3,13 @@ # 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 +do + cd $i + make install + cd .. +done + for i in cmd runtime do cd $i |