13 lines
119 B
Bash
Executable File
13 lines
119 B
Bash
Executable File
set -ex
|
|
|
|
cargo build
|
|
cargo build --manifest-path crt0/Cargo.toml
|
|
|
|
cd openlibm
|
|
make
|
|
cd ..
|
|
|
|
cd tests
|
|
make clean
|
|
make run
|