543526cb85
Add cargo fmt script
13 lines
123 B
Bash
Executable File
13 lines
123 B
Bash
Executable File
set -ex
|
|
|
|
cargo build
|
|
cargo build --manifest-path src/crt0/Cargo.toml
|
|
|
|
cd openlibm
|
|
make
|
|
cd ..
|
|
|
|
cd tests
|
|
make clean
|
|
make run
|