6 lines
65 B
Rust
6 lines
65 B
Rust
|
extern crate build_misoc;
|
||
|
|
||
|
fn main() {
|
||
|
build_misoc::cfg();
|
||
|
}
|