gllvm/Makefile

14 lines
236 B
Makefile
Raw Normal View History

2019-10-25 19:30:58 +02:00
develop:
go install github.com/SRI-CSL/gllvm/cmd/...
check: develop
go test -v ./tests
format:
gofmt -s -w shared/*.go tests/*.go cmd/*/*.go
clean:
rm -f data/hello data/hello.bc [td]*/.helloworld.c.o [td]*/.helloworld.c.o.bc