1 2 3 4
//! `automake` binary: forensic-parity GNU automake CLI. fn main() { automake_rs_cli::run_automake(); }