mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 21:34:47 +01:00
Makefile gets the flick.
This commit is contained in:
parent
727a32b7d0
commit
c077d3cfc8
20
Makefile
20
Makefile
@ -1,20 +0,0 @@
|
||||
GOROOT := $(shell go env GOPATH)
|
||||
|
||||
build:
|
||||
go build ./cmd/...
|
||||
|
||||
|
||||
install: build
|
||||
go install ./cmd/...
|
||||
|
||||
clean:
|
||||
go clean
|
||||
|
||||
fmt:
|
||||
gofmt -s -w shared/*.go cmd/*/*.go
|
||||
|
||||
uninstall:
|
||||
rm -f $(GOROOT)/bin/gclang
|
||||
rm -f $(GOROOT)/bin/gclang++
|
||||
rm -f $(GOROOT)/bin/get-bc
|
||||
rm -f $(GOROOT)/bin/gsanity-check
|
@ -5,3 +5,9 @@ To edit the code locally use the repository here:
|
||||
Then do:
|
||||
|
||||
go install -a github.com/SRI-CSL/gllvm/cmd/...
|
||||
|
||||
|
||||
To format for the badge:
|
||||
|
||||
gofmt -s -w shared/*.go cmd/*/*.go
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user