Build chef is a C++ build tool focussed on simplicity and ease of use.
Build chef is written entirely in Golang with no dependencies. Simply run the go build command from the root of the project:
go build
Use the -h
flag for usage details.
Recipe files themselves are very intuitive. View the samples files under samples
for format and usage details.