gllvm/Makefile

12 lines
180 B
Makefile
Raw Normal View History

2019-10-20 22:42:26 +02:00
install:
go install -race github.com/SRI-CSL/gllvm/cmd/...
race: install
2019-10-22 19:56:42 +02:00
go test -v -race -timeout 24h ./tests
2019-10-20 22:42:26 +02:00
clean:
rm -f tests/.helloworld.c.o tests/.helloworld.c.o.bc