• A
    Generate make depend files from go list · 53127d68
    Anders F Björklund 提交于
    Instead of running `go list` every time (very slow),
    cache the results in the build folder and include it.
    
    Add a shell helper script, to make the Makefile more
    readable. Use regular "makedepend" syntax for output.
    53127d68
Makefile 14.6 KB