Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 656 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 656 Bytes

Gomake is a suite of programs for automatically constructing makefiles for building go sources.

About godep

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.

About goinfo

Goinfo discovers meta-information about the project, and prints it in a Makefile-compatible format.

Dependencies

All gomake programs use opts for option parsing, available here: http://github.com/bytbox/opts.

Bugs

Please report bugs and feature requests to the issue tracker on github: http://github.com/bytbox/gomake/issues.