cxgraph/libcxgraph/build.rs
2023-06-07 18:58:20 -04:00

4 lines
52 B
Rust

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