cake3-0.6.0: Third cake the Makefile EDSL

Safe HaskellNone
LanguageHaskell98

Development.Cake3.Writer

Synopsis

Documentation

defaultMakefile :: File Source

Default Makefile location

buildMake :: MakeState -> Either String String Source

Render the Makefile. Return either the content (Right), or error messages (Left).