Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 375 Bytes

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.