teeconfig/build.rs
2023-07-05 11:03:23 +02:00

6 lines
75 B
Rust

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