1
2
3
4
5
//! unmake provides predicates for analyzing makefiles.

pub mod ast;
pub mod inspect;
pub mod warnings;