gllvm/Makefile
2019-10-20 13:42:26 -07:00

12 lines
167 B
Makefile

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