Macro tinyrick::phony

source ·
macro_rules! phony {
    ($t : expr) => { ... };
    ($t : expr, $($u : expr),*) => { ... };
}
Expand description

Declare tasks with no obviously cacheable artifacts.