mirror of
https://github.com/danog/gllvm.git
synced 2025-01-22 20:21:13 +01:00
Merge branch 'master' of https://github.com/SRI-CSL/gllvm
This commit is contained in:
commit
d3a33c59d9
1
Makefile
1
Makefile
@ -9,7 +9,6 @@ install: build
|
||||
|
||||
clean:
|
||||
go clean
|
||||
rm -f gclang gclang++ get-bc
|
||||
|
||||
fmt:
|
||||
gofmt -s -w shared/*.go cmd/*/*.go
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user