mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 18:33:16 +01:00
Added building of external libs as well.
modified: buildall.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user