I have a few projects in Go that contain a Makefile to perform various tasks to build, install, create assets, run generators etc. Is there a way to make such programs "go gettable", or I have to figure out a way to substitute Makefile with something else?