mirror of
https://github.com/drasko/codezero.git
synced 2026-02-20 13:53:14 +01:00
Added building of external libs as well.
modified: buildall.sh
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
|
echo -e "\n--- Building External Libs --- "
|
||||||
|
cd libs/c
|
||||||
|
scons
|
||||||
|
cd ../elf
|
||||||
|
scons
|
||||||
|
cd ../..
|
||||||
echo -e "\n--- Building kernel --- "
|
echo -e "\n--- Building kernel --- "
|
||||||
scons configure
|
scons configure
|
||||||
scons build
|
scons build
|
||||||
|
|||||||
Reference in New Issue
Block a user