Skip to content

kurth4cker/cbt-go

Repository files navigation

cbt-go - C Build Tool (go implementation)

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.