ZLUDA/ptx/build.rs
2020-03-09 23:54:44 +01:00

5 lines
74 B
Rust

extern crate lalrpop;
fn main() {
lalrpop::process_root().unwrap();
}