diff --git a/buildall.sh b/buildall.sh index 7450dcd..b1bb158 100755 --- a/buildall.sh +++ b/buildall.sh @@ -1,6 +1,13 @@ #!/bin/bash rm -rf build + +echo -e "\n--- Building External Libs --- " +cd libs/c +scons +cd ../elf +scons +cd ../.. echo -e "\n--- Building kernel --- " scons configure scons build