mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-06 09:03:34 +08:00
6 lines
65 B
Rust
6 lines
65 B
Rust
extern crate build_misoc;
|
|
|
|
fn main() {
|
|
build_misoc::cfg();
|
|
}
|