Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Build.Drasil.Make.Print
Description
Defines printers for generating Makefiles.
Documentation
genMake :: RuleTransformer c => [c] -> Doc Source #
printPhony :: [Rule] -> Doc Source #
Gathers all rules to abstract targets and tags them as phony.
printTarget :: Target -> Dependencies -> Doc Source #
Renders targets with their dependencies.