enterprise/enterprise-macros/build.rs

3 lines
52 B
Rust

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