mirror of
https://github.com/mii443/rsrv.git
synced 2025-08-22 16:35:27 +00:00
4 lines
66 B
Rust
4 lines
66 B
Rust
fn main() {
|
|
cc::Build::new().file("rv/rv.c").compile("rv");
|
|
}
|