cbt - C Build Tool Go implementation of cbt. Provides same functionality. Building Just use go build driver. # build go build # run tests go test ./... # install go install # uninstall go clean -i Copying Licensed under GPL-3.0-or-later. See file COPYING for details.