gllvm/Makefile

12 lines
167 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
go test -v -race ./tests
clean:
rm -f tests/.helloworld.c.o tests/.helloworld.c.o.bc