phony_proj.reggaefile

Undocumented in source.

Members

Aliases

app
alias app = scriptlike!(App(SourceFileName("main.d"), BinaryFileName("app" ~ exeExt)))
Undocumented in source.
doit
alias doit = phony!("doit", buildPath("./app"), app)
Undocumented in source.

Mixins

__anonymous
mixin build!(app, optional!(doit))
Undocumented in source.

Meta