This commit is contained in:
Ian A. Mason 2017-07-13 08:57:52 -07:00
commit d3a33c59d9
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,6 @@ install: build
clean:
go clean
rm -f gclang gclang++ get-bc
fmt:
gofmt -s -w shared/*.go cmd/*/*.go

View File

@ -58,6 +58,10 @@ added the `$GOROOT/bin` directory to your `$PATH` variable.
FIXME: this needs to be rewritten to use spells like this:
```
go get github.com/SRI-CSL/gllvm/cmd/...
```
or individually via
```
go get github.com/SRI-CSL/gllvm/cmd/gclang
go get github.com/SRI-CSL/gllvm/cmd/gclang++
go get github.com/SRI-CSL/gllvm/cmd/get-bc