mirror of
https://github.com/danog/gllvm.git
synced 2024-11-27 01:24:44 +01:00
14 lines
207 B
Plaintext
14 lines
207 B
Plaintext
To edit the code locally use the repository here:
|
|
|
|
~/go/src/github.com/SRI-CSL/gllvm
|
|
|
|
Then do:
|
|
|
|
go install -a github.com/SRI-CSL/gllvm/cmd/...
|
|
|
|
|
|
To format for the badge:
|
|
|
|
gofmt -s -w shared/*.go cmd/*/*.go
|
|
|