Skip to content

[MIRROR] C Build Tool

License

Notifications You must be signed in to change notification settings

kurth4cker/cbt-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.