mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-23 17:08:12 +08:00
8 lines
124 B
Rust
8 lines
124 B
Rust
extern crate build_misoc;
|
|
extern crate build_artiq;
|
|
|
|
fn main() {
|
|
build_misoc::cfg();
|
|
build_artiq::git_describe();
|
|
}
|