Gomake is a suite of programs for automatically constructing makefiles for building go sources.
Godep is a simple program to generate a dependency tree from a set of go source files. This dependency tree is formatted for inclusion into a makefile.
Goinfo discovers meta-information about the project, and prints it in a Makefile-compatible format.
All gomake programs use opts for option parsing, available here: http://github.com/bytbox/opts.
Please report bugs and feature requests to the issue tracker on github: http://github.com/bytbox/gomake/issues.